Package | Description |
---|---|
com.caucho.distcache.jcache | |
com.caucho.server.distcache | |
javax.cache |
Modifier and Type | Method and Description |
---|---|
CacheBuilder<K,V> |
CacheBuilderImpl.setExpiry(Configuration.ExpiryType type,
Configuration.Duration timeToLive) |
Modifier and Type | Method and Description |
---|---|
void |
CacheConfig.setExpiry(Configuration.ExpiryType type,
Configuration.Duration duration) |
Modifier and Type | Method and Description |
---|---|
static Configuration.ExpiryType |
Configuration.ExpiryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.ExpiryType[] |
Configuration.ExpiryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CacheBuilder<K,V> |
CacheBuilder.setExpiry(Configuration.ExpiryType type,
Configuration.Duration timeToLive) |