Package org.springframework.data.gemfire.support

Support package for Spring Gemfire integration.

See:
          Description

Class Summary
GemfireCache Spring Framework Cache implementation backed by a GemFire Region.
GemfireCacheManager Spring Framework CacheManager backed by a Gemfire Cache.
GemfireDaoSupport Convenient super class for GemFire data access objects.
JSONRegionAdvice  
ListRegionsOnServerFunction  
SpringContextBootstrappingInitializer The SpringContextBootstrappingInitializer class is a GemFire configuration initializer used to bootstrap a Spring ApplicationContext inside a GemFire Server JVM-based process.
 

Enum Summary
ClientRegionShortcutWrapper The ClientRegionShortcutWrapper enum is a Java enumerated type that wraps GemFire's ClientRegionShortcuts with Spring Data GemFire ClientRegionShortcutWrapper enumerated values.
RegionShortcutWrapper The RegionShortcutWrapper enum is a Java enumerated type that wraps GemFire's RegionShortcuts with Spring Data GemFire RegionShortcutWrapper enumerated values.
 

Package org.springframework.data.gemfire.support Description

Support package for Spring Gemfire integration. Provides Spring 3.1 caching support (Cache and CacheManager implementations on top of Gemfire APIs).