Spring GemFire 1.0.1 API Reference

RegionAttributesFactoryObject.CachingEnabled Property

Sets the caching enabled flag for this region.

[Visual Basic]
Public WriteOnly Property CachingEnabled() As Nullable(Of Boolean)
   Public Set
   End Set
End Property
[C#]
public bool? CachingEnabled { public set; }

Property Value

The caching is enabled.

Remarks

If true, cache data for this region in this process. If set to false, then no data is stored in the local process, but events and distributions will still occur, and the region can still be used to put and remove, etc... The default if not set is 'true', 'false' is illegal for regions of ScopeType.Local scope. LocalScope

See Also

RegionAttributesFactoryObject Class | Spring.Data.GemFire Namespace