public class CacheAspect extends AbstractAop
| 构造器和说明 |
|---|
CacheAspect() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterReturning(ProxyPoint point) |
Object |
around(ProxyPoint point,
ThrowFunction<Object> function) |
after, afterThrowing, beforepublic Object around(ProxyPoint point, ThrowFunction<Object> function) throws Throwable
around 在类中 AbstractAopThrowablepublic void afterReturning(ProxyPoint point)
afterReturning 在类中 AbstractAopCopyright © 2020. All rights reserved.