Show / Hide Table of Contents

Interface IIterableCacheLoader

An ICacheLoader extension that exposes an IEnumerator for the collection of keys in the underlying ICache.

Inherited Members
ICacheLoader.Load(object)
ICacheLoader.LoadAll(ICollection)
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.

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