Gets the cache for this region.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public Cache Cache{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Cache As Cache |
| Visual C++ |
|---|
public: property Cache^ Cache { Cache^ get (); } |
Return Value
region's cache
See Also
Region Class
GemStone.GemFire.Cache Namespace