Uses of Enum
com.github.mizosoft.methanol.CacheAwareResponse.CacheStatus
Packages that use CacheAwareResponse.CacheStatus
-
Uses of CacheAwareResponse.CacheStatus in com.github.mizosoft.methanol
Subclasses with type arguments of type CacheAwareResponse.CacheStatus in com.github.mizosoft.methanolModifier and TypeClassDescriptionstatic enumThe status of an attempt to retrieve an HTTP response from cache.Methods in com.github.mizosoft.methanol that return CacheAwareResponse.CacheStatusModifier and TypeMethodDescriptionCacheAwareResponse.cacheStatus()Returns this response'sCacheAwareResponse.CacheStatus.Returns the enum constant of this type with the specified name.static CacheAwareResponse.CacheStatus[]CacheAwareResponse.CacheStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.mizosoft.methanol with parameters of type CacheAwareResponse.CacheStatusModifier and TypeMethodDescriptionResponseBuilder.cacheStatus(CacheAwareResponse.CacheStatus cacheStatus)