Defines attributes for configuring a cache.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public sealed class CacheAttributes : SBWrap<gemfire::CacheAttributes> |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class CacheAttributes _ Inherits SBWrap<gemfire::CacheAttributes> |
| Visual C++ |
|---|
public ref class CacheAttributes sealed : public SBWrap<gemfire::CacheAttributes> |
Remarks
Currently the following attributes are defined:
redundancyLevel: Redundancy for HA client queues.
endpoints: Cache level endpoints list.
To create an instance of this interface, use
CreateCacheAttributes()().
For compatibility rules and default values, see
CacheAttributesFactory.
Note that the CacheAttributes are not distributed with
the region.
Inheritance Hierarchy
System..::Object
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::CacheAttributes>
GemStone.GemFire.Cache..::CacheAttributes
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::CacheAttributes>
GemStone.GemFire.Cache..::CacheAttributes