@ApplicationScoped public class InjectedCacheResolver extends Object implements javax.cache.annotation.CacheResolver
| Constructor and Description |
|---|
InjectedCacheResolver() |
InjectedCacheResolver(InfinispanExtensionEmbedded extension,
javax.enterprise.inject.spi.BeanManager beanManager) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> javax.cache.Cache<K,V> |
resolveCache(javax.cache.annotation.CacheInvocationContext<? extends Annotation> cacheInvocationContext) |
public InjectedCacheResolver()
@Inject public InjectedCacheResolver(InfinispanExtensionEmbedded extension, javax.enterprise.inject.spi.BeanManager beanManager)
public <K,V> javax.cache.Cache<K,V> resolveCache(javax.cache.annotation.CacheInvocationContext<? extends Annotation> cacheInvocationContext)
resolveCache in interface javax.cache.annotation.CacheResolverCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.