接口 AnnotationCacheOperationSource.CacheOperationProvider
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
@FunctionalInterface
protected static interface AnnotationCacheOperationSource.CacheOperationProvider
Callback interface providing
CacheOperation instance(s) based on
a given CacheAnnotationParser.-
方法概要
-
方法详细资料
-
getCacheOperations
Return theCacheOperationinstance(s) provided by the specified parser.- 参数:
parser- the parser to use- 返回:
- the cache operations, or
nullif none found
-