private static final class L2CacheAspectSupport.L2CacheOperationCacheKey extends Object implements Comparable<L2CacheAspectSupport.L2CacheOperationCacheKey>
| 限定符和类型 | 字段和说明 |
|---|---|
private L2CacheOperation |
cacheOperation |
private org.springframework.context.expression.AnnotatedElementKey |
methodCacheKey |
| 限定符 | 构造器和说明 |
|---|---|
private |
L2CacheOperationCacheKey(L2CacheOperation cacheOperation,
Method method,
Class<?> targetClass) |
private final L2CacheOperation cacheOperation
private final org.springframework.context.expression.AnnotatedElementKey methodCacheKey
private L2CacheOperationCacheKey(L2CacheOperation cacheOperation, Method method, Class<?> targetClass)
public int compareTo(L2CacheAspectSupport.L2CacheOperationCacheKey other)
Copyright © 2023. All rights reserved.