Class CachingDefinedRegionsConfiguration.AbstractCacheNameResolver

java.lang.Object
org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.AbstractCacheNameResolver
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.EnvironmentAware, CachingDefinedRegionsConfiguration.CacheNameResolver
Direct Known Subclasses:
CachingDefinedRegionsConfiguration.SpringCacheAnnotationsCacheNameResolver
Enclosing class:
CachingDefinedRegionsConfiguration

public abstract static class CachingDefinedRegionsConfiguration.AbstractCacheNameResolver extends AbstractAnnotationConfigSupport implements CachingDefinedRegionsConfiguration.CacheNameResolver
CachingDefinedRegionsConfiguration.AbstractCacheNameResolver is an abstract base class encapsulating reusable functionality common to all CachingDefinedRegionsConfiguration.CacheNameResolver implementations. Current implementations support inlude JSR-107, JCache API annotation and Spring's Cache Abstraction annotations.
See Also: