Spring GemFire 1.0.1 API Reference

ClientRegionFactoryObject.CacheLoader Property

Sets the cache loader.

[Visual Basic]
Public WriteOnly Property CacheLoader() As ICacheLoader
   Public Set
   End Set
End Property
[C#]
public ICacheLoader CacheLoader { public set; }

Property Value

The cache loader to set on a newly created region

Remarks

Sets the cache loader used for the region used by this factory. Used only when a new region is created. Overrides the settings specified through Attributes

See Also

ClientRegionFactoryObject Class | Spring.Data.GemFire Namespace