|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
---|---|
javax.cache | This package contains the API for JCache.. |
javax.cache.annotation | 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 . |
|
|
CacheManager.getCache(String cacheName)
Looks up a named cache. |
Methods in javax.cache that return types with arguments of type Cache | ||
---|---|---|
|
CacheManager.getCaches()
Returns a set of caches managed by this CacheManager. |
Uses of Cache in javax.cache.annotation |
---|
Methods in javax.cache.annotation that return Cache | ||
---|---|---|
|
CacheResolver.resolveCache(CacheInvocationContext<? extends Annotation> cacheInvocationContext)
Resolve the Cache to use for this CacheInvocationContext . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |