public interface CacheOperationSource
Modifier and Type | Method and Description |
---|---|
Collection<CacheOperation> |
getCacheOperations(Method method,
Class<?> targetClass)
Return the collection of cache operations for this method,
or
null if the method contains no "cacheable" annotations. |
Collection<CacheOperation> getCacheOperations(Method method, Class<?> targetClass)
null
if the method contains no "cacheable" annotations.method
- the method to introspecttargetClass
- the target class (may be null
,
in which case the declaring class of the method must be used)null
if
none foundCopyright © 2012. All Rights Reserved.