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