Uses of Class
org.springframework.data.gemfire.cache.GemfireCache
Packages that use GemfireCache
-
Uses of GemfireCache in org.springframework.data.gemfire.cache
Methods in org.springframework.data.gemfire.cache that return GemfireCacheModifier 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.