|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheConfiguration.Duration | |
---|---|
com.caucho.distcache.jcache | |
com.caucho.server.distcache | |
javax.cache |
Uses of CacheConfiguration.Duration in com.caucho.distcache.jcache |
---|
Methods in com.caucho.distcache.jcache with parameters of type CacheConfiguration.Duration | |
---|---|
CacheBuilder<K,V> |
CacheBuilderImpl.setExpiry(CacheConfiguration.ExpiryType type,
CacheConfiguration.Duration timeToLive)
|
Uses of CacheConfiguration.Duration in com.caucho.server.distcache |
---|
Methods in com.caucho.server.distcache that return CacheConfiguration.Duration | |
---|---|
CacheConfiguration.Duration |
CacheConfig.getExpiry(CacheConfiguration.ExpiryType type)
|
Methods in com.caucho.server.distcache with parameters of type CacheConfiguration.Duration | |
---|---|
void |
CacheConfig.setExpiry(CacheConfiguration.ExpiryType type,
CacheConfiguration.Duration duration)
|
Uses of CacheConfiguration.Duration in javax.cache |
---|
Fields in javax.cache declared as CacheConfiguration.Duration | |
---|---|
static CacheConfiguration.Duration |
CacheConfiguration.Duration.ETERNAL
|
Methods in javax.cache that return CacheConfiguration.Duration | |
---|---|
CacheConfiguration.Duration |
CacheConfiguration.getExpiry(CacheConfiguration.ExpiryType type)
|
Methods in javax.cache with parameters of type CacheConfiguration.Duration | |
---|---|
CacheBuilder<K,V> |
CacheBuilder.setExpiry(CacheConfiguration.ExpiryType type,
CacheConfiguration.Duration timeToLive)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |