Package org.infinispan.jcache.annotation
Class InjectedCacheResultInterceptor
java.lang.Object
org.infinispan.jcache.annotation.AbstractCacheResultInterceptor
org.infinispan.jcache.annotation.InjectedCacheResultInterceptor
- All Implemented Interfaces:
Serializable
@Deprecated
@Interceptor
public class InjectedCacheResultInterceptor
extends AbstractCacheResultInterceptor
Deprecated.
CacheResultInterceptor for environments where the cache manager is
injected in a managed environment, e.g. application server.
- Author:
- Galder ZamarreƱo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInjectedCacheResultInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncacheResult(javax.interceptor.InvocationContext invocationContext) Deprecated.protected org.infinispan.jcache.logging.LoggetLog()Deprecated.
-
Constructor Details
-
InjectedCacheResultInterceptor
@Inject public InjectedCacheResultInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory) Deprecated.
-
-
Method Details
-
cacheResult
Deprecated.- Overrides:
cacheResultin classAbstractCacheResultInterceptor- Throws:
Throwable
-
getLog
protected org.infinispan.jcache.logging.Log getLog()Deprecated.- Specified by:
getLogin classAbstractCacheResultInterceptor
-
InjectedCacheResolverFactoryinstead.