Uses of Interface
javax.cache.CacheConfiguration

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

Uses of CacheConfiguration in javax.cache
 

Methods in javax.cache that return CacheConfiguration
 CacheConfiguration CacheManager.createCacheConfiguration()
          Create a mutable CacheConfiguration instance.
 CacheConfiguration Cache.getConfiguration()
          Returns a CacheConfiguration.
 

Methods in javax.cache with parameters of type CacheConfiguration
 CacheBuilder<K,V> CacheBuilder.setCacheConfiguration(CacheConfiguration configuration)
          Set the cache configuration.
 



Copyright © 2011. All Rights Reserved.