|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheConfiguration.ExpiryType | |
---|---|
javax.cache | This package contains the API for JCache.. |
Uses of CacheConfiguration.ExpiryType in javax.cache |
---|
Methods in javax.cache that return CacheConfiguration.ExpiryType | |
---|---|
static CacheConfiguration.ExpiryType |
CacheConfiguration.ExpiryType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CacheConfiguration.ExpiryType[] |
CacheConfiguration.ExpiryType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in javax.cache with parameters of type CacheConfiguration.ExpiryType | |
---|---|
CacheConfiguration.Duration |
CacheConfiguration.getExpiry(CacheConfiguration.ExpiryType type)
Gets the cache's time to live setting,Sets how long cache entries should live. |
void |
CacheConfiguration.setExpiry(CacheConfiguration.ExpiryType type,
CacheConfiguration.Duration duration)
Sets how long cache entries should live. |
CacheBuilder<K,V> |
CacheBuilder.setExpiry(CacheConfiguration.ExpiryType type,
CacheConfiguration.Duration timeToLive)
Sets the cache expiration |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |