Note: This API is now obsolete.
Defines attributes for configuring a cache.
Inheritance HierarchySystemObject [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CacheAttributes>] GemStone.GemFire.CacheCacheAttributes
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public sealed class CacheAttributes : [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CacheAttributes>]
<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>
Public NotInheritable Class CacheAttributes
Inherits [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CacheAttributes>]
[ObsoleteAttribute(L"Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public ref class CacheAttributes sealed : public [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CacheAttributes>]
[<SealedAttribute>]
[<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>]
type CacheAttributes =
class
inherit [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CacheAttributes>]
end
The CacheAttributes type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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
[!:CacheAttributesFactory.CreateCacheAttributes].
For compatibility rules and default values, see
[!:CacheAttributesFactory].
Note that the CacheAttributes are not distributed with
the region.
See AlsoReference
[!:CacheAttributesFactory]