|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheConfiguration.Duration | |
---|---|
javax.cache | This package contains the API for JCache.. |
Uses of CacheConfiguration.Duration in javax.cache |
---|
Fields in javax.cache declared as CacheConfiguration.Duration | |
---|---|
static CacheConfiguration.Duration |
CacheConfiguration.Duration.ETERNAL
ETERNAL |
Methods in javax.cache that return CacheConfiguration.Duration | |
---|---|
CacheConfiguration.Duration |
CacheConfiguration.getExpiry(CacheConfiguration.ExpiryType type)
Gets the cache's time to live setting,Sets how long cache entries should live. |
Methods in javax.cache with parameters of type CacheConfiguration.Duration | |
---|---|
CacheBuilder<K,V> |
CacheBuilder.setExpiry(CacheConfiguration.ExpiryType type,
CacheConfiguration.Duration duration)
Sets the cache expiration |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |