Class ClientCacheFactoryBean

All Implemented Interfaces:
EventListener, Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, DisposableBean, FactoryBean<GemFireCache>, InitializingBean, ApplicationListener<ContextRefreshedEvent>, Phased, PersistenceExceptionTranslator

public class ClientCacheFactoryBean extends CacheFactoryBean implements ApplicationListener<ContextRefreshedEvent>
Spring FactoryBean used to construct, configure and initialize a ClientCache.
Since:
1.0.0
Author:
Costin Leau, Lyndon Adams, John Blum
See Also: