Gets the cache for this region.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Cache Cache { get; }
Public ReadOnly Property Cache As Cache
Get
public:
property Cache^ Cache {
Cache^ get ();
}
member Cache : Cache with get
Return Value
Type:
Cacheregion's cache
See Also