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:
Marta Medio
2022-11-16 16:22:22 +01:00
committed by GitHub
parent be2abff70e
commit 50922f7dd8
2 changed files with 521 additions and 498 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -66,7 +66,7 @@ public class LocalResponseCacheProperties {
@Override
public String toString() {
return "LocalResponseCacheProperties{" + "size='" + getSize() + '\'' + ", timeToLive=" + getTimeToLive() + '}';
return "LocalResponseCacheProperties{" + "timeToLive=" + getTimeToLive() + '\'' + ", size='" + getSize() + '}';
}
}