Click or drag to resize

ICacheEnumerator Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Enumerates cache elements.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public interface ICacheEnumerator : IDictionaryEnumerator, 
	IEnumerator

The ICacheEnumerator type exposes the following members.

Properties
  NameDescription
Public propertyCurrent
Gets the current element in the collection.
(Inherited from IEnumerator.)
Public propertyEntry
Gets both the key and the value of the current cache entry.
Public propertyKey
Gets the key of the current dictionary entry.
(Inherited from IDictionaryEnumerator.)
Public propertyValue
Gets the value of the current dictionary entry.
(Inherited from IDictionaryEnumerator.)
Top
Methods
  NameDescription
Public methodMoveNext
Advances the enumerator to the next element of the collection.
(Inherited from IEnumerator.)
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.
(Inherited from IEnumerator.)
Top
See Also