| Package | Description |
|---|---|
| org.springframework.data.gemfire.support |
Support package for Spring Gemfire integration.
|
| Modifier and Type | Method and Description |
|---|---|
protected GemfireCache |
GemfireCacheManager.newGemfireCache(com.gemstone.gemfire.cache.Region<?,?> region)
Constructs a new instance of
GemfireCache initialized with the given GemFire Region. |
static GemfireCache |
GemfireCache.wrap(com.gemstone.gemfire.cache.Region<?,?> region)
Wraps a GemFire
Region in an instance of GemfireCache to adapt the GemFire Region
to function as a Spring Cache in Spring's caching infrastructure. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.