Class LocalResponseCacheGatewayFilterFactory

All Implemented Interfaces:
org.springframework.beans.factory.Aware, GatewayFilterFactory<LocalResponseCacheGatewayFilterFactory.RouteCacheConfiguration>, Configurable<LocalResponseCacheGatewayFilterFactory.RouteCacheConfiguration>, ShortcutConfigurable, org.springframework.context.ApplicationEventPublisherAware

@ConditionalOnProperty(value="spring.cloud.gateway.server.webflux.filter.local-response-cache.enabled", havingValue="true") public class LocalResponseCacheGatewayFilterFactory extends AbstractGatewayFilterFactory<LocalResponseCacheGatewayFilterFactory.RouteCacheConfiguration>
GatewayFilterFactory of ResponseCacheGatewayFilter. By default, a global cache (defined as properties in the application) is used. For specific route configuration, parameters can be added following LocalResponseCacheGatewayFilterFactory.RouteCacheConfiguration class.
Author:
Marta Medio, Ignacio Lozano