Uses of Class
org.springframework.cloud.gateway.filter.factory.cache.CachedResponse
Packages that use CachedResponse
Package
Description
TODO: package javadoc.
-
Uses of CachedResponse in org.springframework.cloud.gateway.filter.factory.cache
Methods in org.springframework.cloud.gateway.filter.factory.cache that return CachedResponseMethods in org.springframework.cloud.gateway.filter.factory.cache that return types with arguments of type CachedResponseModifier and TypeMethodDescriptionResponseCacheManager.getFromCache(org.springframework.http.server.reactive.ServerHttpRequest request, String metadataKey) -
Uses of CachedResponse in org.springframework.cloud.gateway.filter.factory.cache.postprocessor
Subinterfaces with type arguments of type CachedResponse in org.springframework.cloud.gateway.filter.factory.cache.postprocessorModifier and TypeInterfaceDescriptioninterfaceMarking interface for aBiConsumerthat could alter theServerWebExchange.Methods in org.springframework.cloud.gateway.filter.factory.cache.postprocessor with parameters of type CachedResponseModifier and TypeMethodDescriptionvoidRemoveHeadersAfterCacheExchangeMutator.accept(org.springframework.web.server.ServerWebExchange exchange, CachedResponse cachedResponse) voidSetCacheDirectivesByMaxAgeAfterCacheExchangeMutator.accept(org.springframework.web.server.ServerWebExchange exchange, CachedResponse cachedResponse) voidSetMaxAgeHeaderAfterCacheExchangeMutator.accept(org.springframework.web.server.ServerWebExchange exchange, CachedResponse cachedResponse) voidSetResponseHeadersAfterCacheExchangeMutator.accept(org.springframework.web.server.ServerWebExchange exchange, CachedResponse cachedResponse) voidSetStatusCodeAfterCacheExchangeMutator.accept(org.springframework.web.server.ServerWebExchange exchange, CachedResponse cachedResponse)