Interface CachingDefinedRegionsConfiguration.CacheNameResolver

All Known Implementing Classes:
CachingDefinedRegionsConfiguration.AbstractCacheNameResolver, CachingDefinedRegionsConfiguration.SpringCacheAnnotationsCacheNameResolver
Enclosing class:
CachingDefinedRegionsConfiguration
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@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.
See Also:
  • Method Details