public class AopCacheGetProcessor extends AbstractAopCacheProcessor
LOGGER, SPLIT_KEY
Constructor and Description |
---|
AopCacheGetProcessor() |
Modifier and Type | Method and Description |
---|---|
boolean |
doPreProcess(CacheMetadata metadata,
org.aopalliance.intercept.MethodInvocation invocation) |
Object |
endProcessor(CacheMetadata metadata,
org.aopalliance.intercept.MethodInvocation invocation) |
afterPropertiesSet, checkMetadata, getAopCache, postProcess, preProcess, setInterceptor
public boolean doPreProcess(CacheMetadata metadata, org.aopalliance.intercept.MethodInvocation invocation)
doPreProcess
in class AbstractAopCacheProcessor
public Object endProcessor(CacheMetadata metadata, org.aopalliance.intercept.MethodInvocation invocation)
endProcessor
in interface AopCacheProcessor
endProcessor
in class AbstractAopCacheProcessor
invocation
- 流程结束操作,方法返回值作为AopCacheInterceptor。invoke(MethodInvocation
invocation)方法的返回值Copyright © 2006–2018 TinyGroup. All rights reserved.