@FunctionalInterface protected 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.Modifier and Type | Method and Description |
---|---|
Set<String> |
resolveCacheNames(Class<?> type) |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.