Uses of Enum Class
org.springframework.cloud.gateway.filter.factory.cache.LocalResponseCacheProperties.NoCacheStrategy
Packages that use LocalResponseCacheProperties.NoCacheStrategy
-
Uses of LocalResponseCacheProperties.NoCacheStrategy in org.springframework.cloud.gateway.filter.factory.cache
Subclasses with type arguments of type LocalResponseCacheProperties.NoCacheStrategy in org.springframework.cloud.gateway.filter.factory.cacheModifier and TypeClassDescriptionstatic enumWhen client sends "no-cache" directive in "Cache-Control" header, the response should be re-validated from upstream.Methods in org.springframework.cloud.gateway.filter.factory.cache that return LocalResponseCacheProperties.NoCacheStrategyModifier and TypeMethodDescriptionLocalResponseCacheProperties.RequestOptions.getNoCacheStrategy()Returns the enum constant of this class with the specified name.LocalResponseCacheProperties.NoCacheStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.cloud.gateway.filter.factory.cache with parameters of type LocalResponseCacheProperties.NoCacheStrategyModifier and TypeMethodDescriptionvoidLocalResponseCacheProperties.RequestOptions.setNoCacheStrategy(LocalResponseCacheProperties.NoCacheStrategy noCacheStrategy)