 |
- java.lang.Object
-
- org.springframework.cache.interceptor.CompositeCacheOperationSource
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCacheOperations
@Nullable
public java.util.Collection<CacheOperation> getCacheOperations(java.lang.reflect.Method method,
@Nullable
java.lang.Class<?> targetClass)
Return the collection of cache operations for this method, or null
if the method contains no cacheable annotations.
- Specified by:
getCacheOperations in interface CacheOperationSource
- Parameters:
method - the method to introspect
targetClass - the target class (may be null , in which case
the declaring class of the method must be used)
- Returns:
- all cache operations for this method, or
null if none found
|
|