Uses of Class
javax.cache.CacheConfiguration.Duration
-
Packages that use CacheConfiguration.Duration Package Description javax.cache org.wso2.carbon.caching.impl -
-
Uses of CacheConfiguration.Duration in javax.cache
Fields in javax.cache declared as CacheConfiguration.Duration Modifier and Type Field Description static CacheConfiguration.DurationCacheConfiguration.Duration. ETERNALETERNALMethods in javax.cache that return CacheConfiguration.Duration 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.Methods in javax.cache with parameters of type CacheConfiguration.Duration Modifier and Type Method Description CacheBuilder<K,V>CacheBuilder. setExpiry(CacheConfiguration.ExpiryType type, CacheConfiguration.Duration duration)Sets the cache expiration -
Uses of CacheConfiguration.Duration in org.wso2.carbon.caching.impl
Fields in org.wso2.carbon.caching.impl declared as CacheConfiguration.Duration Modifier and Type Field Description protected CacheConfiguration.Duration[]CacheConfigurationImpl. timeToLivedurationMethods in org.wso2.carbon.caching.impl that return CacheConfiguration.Duration Modifier and Type Method Description CacheConfiguration.DurationCacheConfigurationImpl. getExpiry(CacheConfiguration.ExpiryType type)Methods in org.wso2.carbon.caching.impl with parameters of type CacheConfiguration.Duration Modifier and Type Method Description CacheBuilder<K,V>CacheBuilderImpl. setExpiry(CacheConfiguration.ExpiryType type, CacheConfiguration.Duration duration)Constructors in org.wso2.carbon.caching.impl with parameters of type CacheConfiguration.Duration Constructor Description CacheConfigurationImpl(boolean readThrough, boolean writeThrough, boolean storeByValue, boolean statisticsEnabled, IsolationLevel isolationLevel, Mode transactionMode, CacheConfiguration.Duration[] timeToLive)
-