Uses of Class
javax.cache.CacheConfiguration.ExpiryType
-
Packages that use CacheConfiguration.ExpiryType Package Description javax.cache org.wso2.carbon.caching.impl -
-
Uses of CacheConfiguration.ExpiryType in javax.cache
Methods in javax.cache that return CacheConfiguration.ExpiryType Modifier and Type Method Description static CacheConfiguration.ExpiryTypeCacheConfiguration.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 Modifier and Type Method Description CacheConfiguration.DurationCacheConfiguration. getExpiry(CacheConfiguration.ExpiryType type)Gets the cache's time to live setting,Sets how long cache entries should live.CacheBuilder<K,V>CacheBuilder. setExpiry(CacheConfiguration.ExpiryType type, CacheConfiguration.Duration duration)Sets the cache expiration -
Uses of CacheConfiguration.ExpiryType in org.wso2.carbon.caching.impl
Methods in org.wso2.carbon.caching.impl with parameters of type CacheConfiguration.ExpiryType Modifier and Type Method Description CacheConfiguration.DurationCacheConfigurationImpl. getExpiry(CacheConfiguration.ExpiryType type)CacheBuilder<K,V>CacheBuilderImpl. setExpiry(CacheConfiguration.ExpiryType type, CacheConfiguration.Duration duration)
-