Uses of Class
org.springframework.data.gemfire.cache.GemfireCache
-
Uses of GemfireCache in org.springframework.data.gemfire.cache
Modifier and TypeMethodDescriptionprotected GemfireCache
GemfireCacheManager.newGemfireCache
(Region<?, ?> region) Constructs a new instance ofGemfireCache
initialized with the given GemFireRegion
.static GemfireCache
Wraps a GemFireRegion
in an instance ofGemfireCache
to adapt the GemFireRegion
to function as a SpringCache
in Spring's caching infrastructure.