Uses of Class
io.john.amiscaray.stir.domain.elements.CacheableElement.CacheStatus
Package | Description |
---|---|
io.john.amiscaray.stir.domain.elements |
-
Uses of CacheableElement.CacheStatus in io.john.amiscaray.stir.domain.elements
Fields in io.john.amiscaray.stir.domain.elements declared as CacheableElement.CacheStatus Modifier and Type Field Description protected CacheableElement.CacheStatus
CacheableElement. cacheStatus
Used to keep track of the cache freshness.Methods in io.john.amiscaray.stir.domain.elements that return CacheableElement.CacheStatus Modifier and Type Method Description CacheableElement.CacheStatus
CacheableElement. getCacheStatus()
static CacheableElement.CacheStatus
CacheableElement.CacheStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static CacheableElement.CacheStatus[]
CacheableElement.CacheStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.