-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Description
Emil A. Siemes opened SPR-9468 and commented
The current framework documentation only shows how to setup JDK and EHcache based caches (chapter 28.5.1 and 28.5.2) but we need a chapter on setting up GemfireCacheManager as well.
This is already done in the Spring Gemfire reference documentation therefore I suggest a minor change in the Spring Reference Documentation:
Move 28.5.3 to 28.5.4
Add 28.5.3:
28.5.3 GemFire based Cache
GemFire is a memory-oriented/disk-backed, elastically scalable, continuously available, active (with built-in pattern-based subscription notifications), globally replicated database, and providing fully-featured edge-caching. For further information on how to use GemFire as CacheManager (and more) please refer to the Spring Gemfire reference documentation (Chapter 3.3) http://static.springsource.org/spring-gemfire/docs/1.1.x/reference/apis.html.
Affects: 3.1.1, 3.2 M1