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 Cache.getConfiguration()
          Returns a CacheConfiguration.
 

Methods in javax.cache with parameters of type CacheConfiguration
<K,V> Cache<K,V>
CacheBuilder.createCache(String cacheName, CacheConfiguration configuration)
          Create an instance of the named Cache.
 



true