Uses of Class
com.github.mizosoft.methanol.CacheAwareResponse.CacheStatus
-
Packages that use CacheAwareResponse.CacheStatus Package Description com.github.mizosoft.methanol -
-
Uses of CacheAwareResponse.CacheStatus in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return CacheAwareResponse.CacheStatus Modifier and Type Method Description CacheAwareResponse.CacheStatusCacheAwareResponse. cacheStatus()Returns this response'sCacheAwareResponse.CacheStatus.static CacheAwareResponse.CacheStatusCacheAwareResponse.CacheStatus. valueOf(java.lang.String name)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.CacheStatus Modifier and Type Method Description ResponseBuilder<T>ResponseBuilder. cacheStatus(CacheAwareResponse.CacheStatus cacheStatus)
-