Package org.infinispan.jcache.annotation
Class DefaultCacheResolver
- java.lang.Object
-
- org.infinispan.jcache.annotation.DefaultCacheResolver
-
- All Implemented Interfaces:
javax.cache.annotation.CacheResolver
@ApplicationScoped public class DefaultCacheResolver extends Object implements javax.cache.annotation.CacheResolver
DefaultCacheResolver
implementation for standalone environments, where no Cache/CacheManagers are injected via CDI.- Author:
- Kevin Pollet
(C) 2011 SERLI, Galder ZamarreƱo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <K,V>
javax.cache.Cache<K,V>resolveCache(javax.cache.annotation.CacheInvocationContext<? extends Annotation> cacheInvocationContext)
-
-
-
Method Detail
-
resolveCache
public <K,V> javax.cache.Cache<K,V> resolveCache(javax.cache.annotation.CacheInvocationContext<? extends Annotation> cacheInvocationContext)
- Specified by:
resolveCache
in interfacejavax.cache.annotation.CacheResolver
-
-