org.infinispan.cdi.interceptor
Class CachePutInterceptor
java.lang.Object
org.infinispan.cdi.interceptor.CachePutInterceptor
- All Implemented Interfaces:
- Serializable
@Interceptor
public class CachePutInterceptor
- extends Object
- implements Serializable
CachePut
interceptor implementation.
- Author:
- Kevin Pollet (C) 2011 SERLI
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachePutInterceptor
@Inject
public CachePutInterceptor(CacheResolver cacheResolver,
CacheKeyInvocationContextFactory contextFactory)
cachePut
public Object cachePut(InvocationContext invocationContext)
throws Exception
- Throws:
Exception
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.