Uses of Class
javax.cache.CacheConfiguration.ExpiryType

Packages that use CacheConfiguration.ExpiryType
com.caucho.distcache.jcache   
com.caucho.server.distcache   
javax.cache   
 

Uses of CacheConfiguration.ExpiryType in com.caucho.distcache.jcache
 

Methods in com.caucho.distcache.jcache with parameters of type CacheConfiguration.ExpiryType
 CacheBuilder<K,V> CacheBuilderImpl.setExpiry(CacheConfiguration.ExpiryType type, CacheConfiguration.Duration timeToLive)
           
 

Uses of CacheConfiguration.ExpiryType in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache with parameters of type CacheConfiguration.ExpiryType
 CacheConfiguration.Duration CacheConfig.getExpiry(CacheConfiguration.ExpiryType type)
           
 void CacheConfig.setExpiry(CacheConfiguration.ExpiryType type, CacheConfiguration.Duration duration)
           
 

Uses of CacheConfiguration.ExpiryType in javax.cache
 

Methods in javax.cache that return CacheConfiguration.ExpiryType
static CacheConfiguration.ExpiryType CacheConfiguration.ExpiryType.valueOf(java.lang.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)
           
 CacheBuilder<K,V> CacheBuilder.setExpiry(CacheConfiguration.ExpiryType type, CacheConfiguration.Duration timeToLive)