public class MemoryCacheAspectJ
extends java.lang.Object
desc : 内存缓存切片
author : xuexiang
time : 2018/4/23 下午11:52
| Constructor and Description |
|---|
MemoryCacheAspectJ() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
aroundJoinPoint(ProceedingJoinPoint joinPoint,
MemoryCache memoryCache) |
void |
method() |
void |
methodInsideAnnotatedType() |
void |
withinAnnotatedClass() |
public void withinAnnotatedClass()
public void methodInsideAnnotatedType()
public void method()
public java.lang.Object aroundJoinPoint(ProceedingJoinPoint joinPoint,
MemoryCache memoryCache)
throws java.lang.Throwable
java.lang.Throwable