Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Create an array of LocalCache..::..Entry objects for the specified ICache and the keys collection.

Namespace: Tangosol.Net.Cache
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected virtual IInvocableCacheEntry[] EnsureEntryCollection(
	ICollection keys
)

Parameters

keys
Type: System.Collections..::..ICollection
Collection of keys to create entries for; these keys are not required to exist within the cache.

Return Value

An array of Entry objects.

See Also