Interface IIterableCacheLoader
An ICacheLoader extension that exposes an IEnumerator for the collection of keys in the underlying ICache.
Namespace: Tangosol.Net.Cache
Assembly: Coherence.dll
Syntax
public interface IIterableCacheLoader : ICacheLoader
Properties
Keys
Gets the IEnumerator for the keys collection.
Declaration
IEnumerator Keys { get; }
Property Value
Type | Description |
---|---|
IEnumerator | The IEnumerator for the keys collection. |