Uses of Interface
javax.cache.Cache

Packages that use Cache
javax.cache This package contains the API for JCache.. 
javax.cache.interceptor This package contains annotations for adding caching interceptors to POJOs. 
 

Uses of Cache in javax.cache
 

Methods in javax.cache that return Cache
<K,V> Cache<K,V>
CacheBuilder.createCache(String cacheName)
          Create an instance of the named Cache.
<K,V> Cache<K,V>
CacheBuilder.createCache(String cacheName, CacheConfiguration configuration)
          Create an instance of the named Cache.
<K,V> Cache
CacheManager.getCache(String cacheName)
          Looks up a named cache.
 

Methods in javax.cache with parameters of type Cache
 void CacheManager.addCache(Cache<?,?> cache)
          Adds an uninitialised Cache to the CacheManager and starts it.
 

Uses of Cache in javax.cache.interceptor
 

Methods in javax.cache.interceptor that return Cache
<K,V> Cache<K,V>
DefaultCacheResolver.resolveCacheManger(String cacheName, Method method)
           
<K,V> Cache<K,V>
CacheResolver.resolveCacheManger(String cacheName, Method method)
           
 



true