Class LocalResponseCacheUtils

java.lang.Object
org.springframework.cloud.gateway.filter.factory.cache.LocalResponseCacheUtils

public final class LocalResponseCacheUtils extends Object
  • Method Details

    • isNoCacheRequest

      public static boolean isNoCacheRequest(org.springframework.http.server.reactive.ServerHttpRequest request)
    • createGatewayCacheManager

      public static org.springframework.cache.caffeine.CaffeineCacheManager createGatewayCacheManager(LocalResponseCacheProperties cacheProperties)
    • createCaffeine

      public static com.github.benmanes.caffeine.cache.Caffeine createCaffeine(LocalResponseCacheProperties cacheProperties)