接口的使用
cn.taketoday.cache.interceptor.CacheOperationInvocationContext
-
cn.taketoday.cache.interceptor中CacheOperationInvocationContext的使用
修饰符和类型方法说明protected abstract Collection<String>AbstractCacheResolver.getCacheNames(CacheOperationInvocationContext<?> context) Provide the name of the cache(s) to resolve against the current cache manager.protected Collection<String>NamedCacheResolver.getCacheNames(CacheOperationInvocationContext<?> context) protected Collection<String>SimpleCacheResolver.getCacheNames(CacheOperationInvocationContext<?> context) protected Collection<? extends Cache>CacheAspectSupport.getCaches(CacheOperationInvocationContext<CacheOperation> context, CacheResolver cacheResolver) Collection<? extends Cache>AbstractCacheResolver.resolveCaches(CacheOperationInvocationContext<?> context) Collection<? extends Cache>CacheResolver.resolveCaches(CacheOperationInvocationContext<?> context) Return the cache(s) to use for the specified invocation.