RegionAttributesTKey, TValueCacheWriter Property |
Gets the cache writer for the region.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic ICacheWriter<TKey, TValue> CacheWriter { get; }
Public ReadOnly Property CacheWriter As ICacheWriter(Of TKey, TValue)
Get
public:
property ICacheWriter<TKey, TValue>^ CacheWriter {
ICacheWriter<TKey, TValue>^ get ();
}
member CacheWriter : ICacheWriter<'TKey, 'TValue> with get
Return Value
Type:
ICacheWriterTKey,
TValue
region's
ICacheWriter or null if none
See Also