Uses of Class
org.miaixz.bus.http.cache.CacheStrategy
Packages that use CacheStrategy
-
Uses of CacheStrategy in org.miaixz.bus.http.cache
Methods in org.miaixz.bus.http.cache that return CacheStrategyModifier and TypeMethodDescriptionCacheStrategy.Factory.get()Returns a strategy to satisfyrequestusing the a cached responseresponse.Methods in org.miaixz.bus.http.cache with parameters of type CacheStrategyModifier and TypeMethodDescriptionvoidInternalCache.trackResponse(CacheStrategy cacheStrategy) Tracks an HTTP response that was satisfied by the givencacheStrategy.