| 程序包 | 说明 |
|---|---|
| org.springframework.cache.interceptor |
AOP-based solution for declarative caching demarcation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected CacheAspectSupport.CacheOperationMetadata |
CacheAspectSupport.getCacheOperationMetadata(CacheOperation operation,
Method method,
Class<?> targetClass)
Return the
CacheAspectSupport.CacheOperationMetadata for the specified operation. |
| 构造器和说明 |
|---|
CacheOperationContext(CacheAspectSupport.CacheOperationMetadata metadata,
Object[] args,
Object target) |