接口 CacheResolver

所有已知实现类:
AbstractCacheResolver, NamedCacheResolver, SimpleCacheResolver
函数接口:
这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

@FunctionalInterface public interface CacheResolver
Determine the Cache instance(s) to use for an intercepted method invocation.

Implementations must be thread-safe.

从以下版本开始:
4.0
作者:
Stephane Nicoll
  • 方法详细资料