Interface AnnotationCacheOperationSource.CacheOperationProvider
- Enclosing class:
- AnnotationCacheOperationSource
protected static interface AnnotationCacheOperationSource.CacheOperationProvider
Callback interface providingCacheOperationinstance(s) based on a givenCacheAnnotationParser.
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<CacheOperation>getCacheOperations(CacheAnnotationParser parser)Return theCacheOperationinstance(s) provided by the specified parser.
Method Detail
getCacheOperations
Collection<CacheOperation> getCacheOperations(CacheAnnotationParser parser)
Return theCacheOperationinstance(s) provided by the specified parser.- Parameters:
parser- the parser to use- Returns:
- the cache operations, or
nullif none found