Uses of Class
javax.cache.CacheConfiguration.Duration

Packages that use CacheConfiguration.Duration
javax.cache This package contains the API for JCache.. 
 

Uses of CacheConfiguration.Duration in javax.cache
 

Fields in javax.cache declared as CacheConfiguration.Duration
static CacheConfiguration.Duration CacheConfiguration.Duration.ETERNAL
          ETERNAL
 

Methods in javax.cache that return CacheConfiguration.Duration
 CacheConfiguration.Duration CacheConfiguration.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
 void CacheConfiguration.setExpiry(CacheConfiguration.ExpiryType type, CacheConfiguration.Duration duration)
          Sets how long cache entries should live.
 CacheBuilder<K,V> CacheBuilder.setExpiry(CacheConfiguration.ExpiryType type, CacheConfiguration.Duration timeToLive)
          Sets the cache expiration
 



Copyright © 2011. All Rights Reserved.