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 GemFire Region . |
static GemfireCache |
GemfireCache.wrap(org.apache.geode.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–2021 Pivotal Software, Inc.. All rights reserved.