Package org.infinispan.jcache.annotation
Class AbstractCachePutInterceptor
java.lang.Object
org.infinispan.jcache.annotation.AbstractCachePutInterceptor
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CachePutInterceptor,InjectedCachePutInterceptor
Base
CachePut interceptor implementation.- Author:
- Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Galder ZamarreƱo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractCachePutInterceptor(javax.cache.annotation.CacheResolver defaultCacheResolver, CacheKeyInvocationContextFactory contextFactory) -
Method Summary
-
Constructor Details
-
AbstractCachePutInterceptor
public AbstractCachePutInterceptor(javax.cache.annotation.CacheResolver defaultCacheResolver, CacheKeyInvocationContextFactory contextFactory)
-
-
Method Details
-
cachePut
- Throws:
Exception
-
getLog
protected abstract org.infinispan.jcache.logging.Log getLog()
-