Interface ICacheEnumerator
Enumerates cache elements.
Inherited Members
Namespace: Tangosol.Net.Cache
Assembly: Coherence.dll
Syntax
public interface ICacheEnumerator : IDictionaryEnumerator, IEnumerator
Properties
Entry
Gets both the key and the value of the current cache entry.
Declaration
ICacheEntry Entry { get; }
Property Value
Type | Description |
---|---|
ICacheEntry | An ICacheEntry containing both the key and the value of the current cache entry. |