Click or drag to resize

AbstractEntryBundlerProcessAll Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Process a colllection of entries in a most optimal way according to the bundle settings.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public void ProcessAll(
	IDictionary dictionary
)

Parameters

dictionary
Type: System.CollectionsIDictionary
The collection of entries to process
See Also