 |
- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
-
- Enclosing class:
- CacheAspectSupport
protected static class CacheAspectSupport.CacheOperationMetadata
extends java.lang.Object
Metadata of a cache operation that does not depend on a particular invocation
which makes it a good candidate for caching.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CacheOperationMetadata
public CacheOperationMetadata(CacheOperation operation,
java.lang.reflect.Method method,
java.lang.Class<?> targetClass,
KeyGenerator keyGenerator,
CacheResolver cacheResolver)
- Detail:
- Field |
- Constr |
- Method
|
|