public interface CacheResolver
Cache
.Modifier and Type | Method and Description |
---|---|
<K,V> Cache<K,V> |
resolveCache(javax.cache.annotation.CacheInvocationContext<? extends Annotation> cacheInvocationContext)
Resolve the
Cache to use for this CacheInvocationContext . |
<K,V> Cache<K,V> resolveCache(javax.cache.annotation.CacheInvocationContext<? extends Annotation> cacheInvocationContext)
Cache
to use for this CacheInvocationContext
.K
- the cache key type.V
- the cache value type.cacheInvocationContext
- the cache invocation context.Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.