| 程序包 | 说明 |
|---|---|
| icu.develop.l2cache.interceptor |
| 限定符和类型 | 字段和说明 |
|---|---|
private L2CacheAspectSupport.L2CacheOperationContext |
L2CacheAspectSupport.L2CachePutRequest.context |
| 限定符和类型 | 字段和说明 |
|---|---|
private org.springframework.util.MultiValueMap<Class<? extends L2CacheOperation>,L2CacheAspectSupport.L2CacheOperationContext> |
L2CacheAspectSupport.L2CacheOperationContexts.contexts |
| 限定符和类型 | 方法和说明 |
|---|---|
protected L2CacheAspectSupport.L2CacheOperationContext |
L2CacheAspectSupport.getOperationContext(L2CacheOperation operation,
Method method,
Object[] args,
Object target,
Class<?> targetClass) |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<L2CacheAspectSupport.L2CacheOperationContext> |
L2CacheAspectSupport.L2CacheOperationContexts.get(Class<? extends L2CacheOperation> operationClass) |
| 限定符和类型 | 方法和说明 |
|---|---|
private Object |
L2CacheAspectSupport.findInCaches(L2CacheAspectSupport.L2CacheOperationContext context,
String key) |
private String |
L2CacheAspectSupport.generateKey(L2CacheAspectSupport.L2CacheOperationContext context,
Object result) |
private void |
L2CacheAspectSupport.performCacheEvict(L2CacheAspectSupport.L2CacheOperationContext context,
L2CacheEvictOperation operation,
Object result) |
| 限定符和类型 | 方法和说明 |
|---|---|
private void |
L2CacheAspectSupport.collectPutRequests(Collection<L2CacheAspectSupport.L2CacheOperationContext> contexts,
Object result,
Collection<L2CacheAspectSupport.L2CachePutRequest> putRequests) |
private Object |
L2CacheAspectSupport.findCachedItem(Collection<L2CacheAspectSupport.L2CacheOperationContext> contexts) |
private void |
L2CacheAspectSupport.processCacheEvicts(Collection<L2CacheAspectSupport.L2CacheOperationContext> contexts,
Object result,
boolean beforeInvocation) |
| 构造器和说明 |
|---|
L2CachePutRequest(L2CacheAspectSupport.L2CacheOperationContext context,
String key) |
Copyright © 2023. All rights reserved.