Package dev.voidframework.cache.module
Class CacheInterceptorPut
java.lang.Object
dev.voidframework.cache.module.CacheInterceptor
dev.voidframework.cache.module.CacheInterceptorPut
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
Intercepts method call when annotation
CachePut is used.- Since:
- 1.7.0
-
Field Summary
Fields inherited from class dev.voidframework.cache.module.CacheInterceptor
cacheEngine -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.voidframework.cache.module.CacheInterceptor
resolveCacheKey, setCacheEngine
-
Constructor Details
-
CacheInterceptorPut
public CacheInterceptorPut()
-
-
Method Details
-
invoke
- Throws:
Throwable
-