Uses of Class
org.infinispan.jcache.annotation.InjectedCacheResolverQualifier
-
Packages that use InjectedCacheResolverQualifier Package Description org.infinispan.jcache.annotation -
-
Uses of InjectedCacheResolverQualifier in org.infinispan.jcache.annotation
Classes in org.infinispan.jcache.annotation with annotations of type InjectedCacheResolverQualifier Modifier and Type Class Description classInjectedCacheResolverInjected cache resolver for situations where caches and/or cache managers are injected into the CDI beans.Constructor parameters in org.infinispan.jcache.annotation with annotations of type InjectedCacheResolverQualifier Constructor Description InjectedCachePutInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory)Deprecated.InjectedCacheRemoveAllInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory)Deprecated.InjectedCacheRemoveEntryInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory)Deprecated.InjectedCacheResultInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory)Deprecated.
-