public class SpringCacheClearsAop extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private SpringCacheManager |
springCacheManager |
| 构造器和说明 |
|---|
SpringCacheClearsAop() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
around(org.aspectj.lang.ProceedingJoinPoint joinPoint,
CacheClears cacheClears) |
void |
execClear(List<CacheClear> cacheClears,
org.aspectj.lang.JoinPoint joinPoint) |
void |
pointCut() |
private final SpringCacheManager springCacheManager
public void pointCut()
public Object around(org.aspectj.lang.ProceedingJoinPoint joinPoint, CacheClears cacheClears) throws Throwable
Throwablepublic void execClear(List<CacheClear> cacheClears, org.aspectj.lang.JoinPoint joinPoint) throws InstantiationException, IllegalAccessException
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.