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.
Since 13.0, please use InjectedCacheResolverFactory instead.
CachePutInterceptor for environments where the cache manager is injected in a managed environment, e.g. application server.
Author:
Galder ZamarreƱo
See Also: