Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

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