|
||||||||||
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 java objects |
javax.cache.event | This package contains event listener interfaces. |
Uses of Cache in javax.cache |
---|
Methods in javax.cache that return Cache | ||
---|---|---|
|
CacheManager.configureCache(String cacheName,
Configuration<K,V> configuration)
Ensures that a Cache conforming to the specified Configuration
is being managed by the CacheManager . |
|
|
CacheManager.getCache(String cacheName)
Looks up a Cache given it's name. |
Methods in javax.cache that return types with arguments of type Cache | |
---|---|
Iterable<Cache<?,?>> |
CacheManager.getCaches()
Returns an Iterable over the 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 the CacheInvocationContext . |
Uses of Cache in javax.cache.event |
---|
Methods in javax.cache.event that return Cache | |
---|---|
Cache |
CacheEntryEvent.getSource()
|
Constructors in javax.cache.event with parameters of type Cache | |
---|---|
CacheEntryEvent(Cache source)
Constructs a cache entry event from a given cache as source |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |