Syntax
| C# |
|---|
public sealed class CacheAttributesFactory |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class CacheAttributesFactory |
| Visual C++ |
|---|
public ref class CacheAttributesFactory sealed |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
| CacheAttributesFactoryCacheAttributesFactoryNew |
Creates a new instance of CacheAttributesFactory ready
to create a CacheAttributes with default settings.
|
Public Methods
| Name | Description | |
|---|---|---|
| CreateCacheAttributes |
Creates a CacheAttributes with the current settings.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetEndpoints |
Sets endpoints list to be used at the cache-level.
| |
| SetRedundancyLevel |
Sets redundancy level to use for regions in the cache.
| |
| ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
See Also
GemStone.GemFire.Cache Namespace