Factory pattern: Create a collection that represents the entries in the cache.

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

Syntax

C#
protected virtual ICollection InstantiateEntriesCollection()

Return Value

A new instance of ICollection that represents the entries in the cache.

See Also