Show / Hide Table of Contents

Interface ICacheEnumerator

Enumerates cache elements.

Inherited Members
IDictionaryEnumerator.Key
IDictionaryEnumerator.Value
IEnumerator.MoveNext()
IEnumerator.Reset()
IEnumerator.Current
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.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.