Package org.infinispan.jcache.annotation
Class InjectedCachePutInterceptor
java.lang.Object
org.infinispan.jcache.annotation.AbstractCachePutInterceptor
org.infinispan.jcache.annotation.InjectedCachePutInterceptor
- All Implemented Interfaces:
Serializable
@Deprecated
@Interceptor
public class InjectedCachePutInterceptor
extends AbstractCachePutInterceptor
Deprecated.
CachePutInterceptor for environments where the cache manager is injected
in a managed environment, e.g. application server.
- Author:
- Galder ZamarreƱo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInjectedCachePutInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory) Deprecated. -
Method Summary
-
Constructor Details
-
InjectedCachePutInterceptor
@Inject public InjectedCachePutInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory) Deprecated.
-
-
Method Details
-
cachePut
Deprecated.- Overrides:
cachePutin classAbstractCachePutInterceptor- Throws:
Exception
-
getLog
protected org.infinispan.jcache.logging.Log getLog()Deprecated.- Specified by:
getLogin classAbstractCachePutInterceptor
-
InjectedCacheResolverFactoryinstead.