Class InjectedCacheRemoveEntryInterceptor

java.lang.Object
org.infinispan.jcache.annotation.AbstractCacheRemoveEntryInterceptor
org.infinispan.jcache.annotation.InjectedCacheRemoveEntryInterceptor
All Implemented Interfaces:
Serializable

@Deprecated @Interceptor public class InjectedCacheRemoveEntryInterceptor extends AbstractCacheRemoveEntryInterceptor
Deprecated.
Since 13.0, please use InjectedCacheResolverFactory instead.
CacheRemoveEntryInterceptor for environments where the cache manager is injected in a managed environment, e.g. application server.
Author:
Galder ZamarreƱo
See Also: