Filter Documentation improvements (#2761)
* Fix different typos across the doc file * Standardize titles of GatewayFilter Factories section and order alphabetically (no content changed) * Order alphabetically section of Global Filters (no content changed) * Add docs for Global Local Cache Response filter * Set correct order for LocalResponseCache filter config * Add link for key-resolver-section
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -66,7 +66,7 @@ public class LocalResponseCacheProperties {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "LocalResponseCacheProperties{" + "size='" + getSize() + '\'' + ", timeToLive=" + getTimeToLive() + '}';
|
||||
return "LocalResponseCacheProperties{" + "timeToLive=" + getTimeToLive() + '\'' + ", size='" + getSize() + '}';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user