Class CacheCollection
Represents a collection of the caches initialized within the same application domain.
Inheritance
System.Object
CacheCollection
Namespace:
Assembly: Alachisoft.NCache.Client.dll
Syntax
public class CacheCollection : IEnumerable
Remarks
An instance of this class can not be created. The class implements the IEnumerable interface.
Constructors
Name | Description |
---|---|
CacheCollection(StringComparer) | Creates a CacheCollection instance with the provided StringComparer |
Properties
Name | Description |
---|---|
Count | The count of the caches contained in the collection. |
Item[String] | Gets the Cache instance at the specified key. |
Methods
Name | Description |
---|---|
GetEnumerator() | Returns an System.Collections.IEnumerator which iterates over existent caches |