Class AbstractResolvableCacheFactoryBean

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<org.apache.geode.cache.GemFireCache>, org.springframework.beans.factory.InitializingBean, org.springframework.context.Phased, org.springframework.dao.support.PersistenceExceptionTranslator
Direct Known Subclasses:
CacheFactoryBean

public abstract class AbstractResolvableCacheFactoryBean extends AbstractConfigurableCacheFactoryBean
Abstract base class encapsulating logic to resolve or create a GemFireCache instance.
Since:
2.5.0
See Also: