@FunctionalInterface
protected static interface AnnotationCacheOperationSource.CacheOperationProvider
CacheOperation instance(s) based on
 a given CacheAnnotationParser.| Modifier and Type | Method and Description | 
|---|---|
| java.util.Collection<CacheOperation> | getCacheOperations(CacheAnnotationParser parser)Return the  CacheOperationinstance(s) provided by the specified parser. | 
@Nullable java.util.Collection<CacheOperation> getCacheOperations(CacheAnnotationParser parser)
CacheOperation instance(s) provided by the specified parser.parser - the parser to usenull if none found