Package org.springframework.cloud.gateway.filter.factory.cache
@NullMarked
package org.springframework.cloud.gateway.filter.factory.cache
TODO: package javadoc.
-
ClassDescriptionCaches responses for routes that don't have the
LocalResponseCacheGatewayFilterFactoryconfigured.When client sends "no-cache" directive in "Cache-Control" header, the response should be re-validated from upstream.LocalResponseCache Gateway Filter that stores HTTP Responses in a cache, so latency and upstream overhead is reduced.