RegionAttributesCachingEnabled Property |
If true, this region will store data in the current process.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool CachingEnabled { get; }
Public ReadOnly Property CachingEnabled As Boolean
Get
public:
property bool CachingEnabled {
bool get ();
}
member CachingEnabled : bool with get
Return Value
Type:
Booleantrue if caching is enabled
See Also