Syntax
| C# |
|---|
public sealed class AttributesMutator |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class AttributesMutator |
| Visual C++ |
|---|
public ref class AttributesMutator sealed |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| SetCacheListener | Overloaded. | |
| SetCacheLoader | Overloaded. | |
| SetCacheWriter | Overloaded. | |
| SetEntryIdleTimeout |
Sets the idleTimeout duration for region entries.
| |
| SetEntryIdleTimeoutAction |
Sets the idleTimeout action for region entries.
| |
| SetEntryTimeToLive |
Sets the timeToLive duration for region entries.
| |
| SetEntryTimeToLiveAction |
Set the timeToLive action for region entries.
| |
| SetLruEntriesLimit |
Sets the maximum entry count in the region before LRU eviction.
| |
| SetRegionIdleTimeout |
Sets the idleTimeout duration for the region itself.
| |
| SetRegionIdleTimeoutAction |
Sets the idleTimeout action for the region itself.
| |
| SetRegionTimeToLive |
Sets the timeToLive duration for the region itself.
| |
| SetRegionTimeToLiveAction |
Sets the timeToLive action for the region itself.
| |
| 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