Click or drag to resize
RegionFactorySetCacheLoaderTKey, TValue Method (ICacheLoaderTKey, TValue)

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public RegionFactory SetCacheLoader<TKey, TValue>(
	ICacheLoader<TKey, TValue> cacheLoader
)

Parameters

cacheLoader
Type: GemStone.GemFire.Cache.GenericICacheLoaderTKey, TValue

Type Parameters

TKey
TValue

Return Value

Type: RegionFactory
See Also