Click or drag to resize
AttributesMutatorSetCacheLoader Method (ICacheLoader)
Sets the CacheLoader for the region. The previous cache loader (if any) will be replaced with the given cacheLoader.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void SetCacheLoader(
	ICacheLoader cacheLoader
)

Parameters

cacheLoader
Type: GemStone.GemFire.CacheICacheLoader
user-defined cache loader, or null for no cache loader
See Also