Class SmartCacheResolverFactoryBean

java.lang.Object
org.springframework.data.gemfire.support.AbstractFactoryBeanSupport<CacheResolver<GemFireCache>>
org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, FactoryBean<CacheResolver<GemFireCache>>, InitializingBean

public class SmartCacheResolverFactoryBean extends AbstractFactoryBeanSupport<CacheResolver<GemFireCache>> implements InitializingBean
Spring FactoryBean used to construct a custom, determined CacheResolver that strategically and lazily resolves a cache instance.
Since:
2.3.0
Author:
John Blum
See Also: