Package org.infinispan.jcache.annotation
Class CachePutInterceptor
java.lang.Object
org.infinispan.jcache.annotation.AbstractCachePutInterceptor
org.infinispan.jcache.annotation.CachePutInterceptor
- All Implemented Interfaces:
Serializable
CachePut interceptor implementation.- Author:
- Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Galder ZamarreƱo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCachePutInterceptor(DefaultCacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory) -
Method Summary
-
Constructor Details
-
CachePutInterceptor
@Inject public CachePutInterceptor(DefaultCacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory)
-
-
Method Details
-
cachePut
- Overrides:
cachePutin classAbstractCachePutInterceptor- Throws:
Exception
-
getLog
protected org.infinispan.jcache.logging.Log getLog()- Specified by:
getLogin classAbstractCachePutInterceptor
-