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
 Cache<K,V> CacheBuilder.build()
          Create an instance of the named Cache.
<K,V> Cache<K,V>
CacheManager.getCache(String cacheName)
          Looks up a named cache.
 

Methods in javax.cache that return types with arguments of type Cache
 Collection<Cache> CacheManager.getCaches()
          Returns a collection of caches managed by this CacheManager
 

Uses of Cache in javax.cache.interceptor
 

Methods in javax.cache.interceptor that return Cache
<K,V> Cache<K,V>
CacheResolver.resolveCache(CacheInvocationContext<Annotation> cacheInvocationContext)
          Resolve the Cache to use for this CacheInvocationContext.
 



Copyright © 2011. All Rights Reserved.