Class CacheCollection
Represents a collection of the caches initialized within the same application domain.
Inheritance
System.Object
CacheCollection
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 |
|---|---|
|
Cache |
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 from the collection for the specified key. |
Methods
| Name | Description |
|---|---|
|
Get |
Returns an interface which iterates over existing caches. |