@FunctionalInterface public static interface CachingDefinedRegionsConfiguration.CacheNameResolver
CachingDefinedRegionsConfiguration.CacheNameResolver
is a FunctionalInterface
declaring a contract for all implementations
used to resolve all cache names declared and used by a Spring application. A resolver typically inspects
all the application beans/components declared and registered in the Spring container (context) setup by
the application to determine whether the application components require caching behavior.Jsr107CacheAnnotationsCacheNameResolver
,
CachingDefinedRegionsConfiguration.SpringCacheAnnotationsCacheNameResolver
Modifier and Type | Method and Description |
---|---|
Set<String> |
resolveCacheNames(Class<?> type) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.