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