Uses of Class
org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
Package
Description
Package providing integration of
GemFire
with Spring concepts.
Classes providing support for GemFire client configuration.
-
Uses of AbstractBasicCacheFactoryBean in org.springframework.data.gemfire
Modifier and TypeClassDescriptionclass
Abstract base class encapsulating functionality for (externally) configuring an Apache GeodeClientCache
or peerCache
as a bean in the Spring context.class
Abstract base class encapsulating logic to resolve or create aGemFireCache
instance.class
SpringFactoryBean
used to construct, configure and initialize a peerCache
instance. -
Uses of AbstractBasicCacheFactoryBean in org.springframework.data.gemfire.client
Modifier and TypeClassDescriptionclass
SpringFactoryBean
used to construct, configure and initialize aClientCache
.