Uses of Interface
javax.cache.Cache
Packages that use Cache
Package
Description
This package contains the API for JCache.
The annotations in this package provide method interceptors for user supplied
classes.
This package contains event listener interfaces.
-
Uses of Cache in javax.cache
Methods in javax.cache that return CacheModifier and TypeMethodDescription<K,
V, C extends Configuration<K, V>>
Cache<K, V> CacheManager.createCache
(String cacheName, C configuration) Creates a namedCache
at runtime.<K,
V> Cache <K, V> Looks up a managedCache
given its name.<K,
V> Cache <K, V> Looks up a managedCache
given its name.static <K,
V> Cache <K, V> A convenience that method that looks up a managedCache
given its name. -
Uses of Cache in javax.cache.annotation
Methods in javax.cache.annotation that return CacheModifier and TypeMethodDescription<K,
V> Cache <K, V> CacheResolver.resolveCache
(CacheInvocationContext<? extends Annotation> cacheInvocationContext) Resolve theCache
to use for theCacheInvocationContext
. -
Uses of Cache in javax.cache.event
Methods in javax.cache.event that return CacheConstructors in javax.cache.event with parameters of type CacheModifierConstructorDescriptionCacheEntryEvent
(Cache source, EventType eventType) Constructs a cache entry event from a given cache as source