Click or drag to resize

CompositeCaches_tloKeys Field

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
The ThreadLocal to hold all the keys that are evicted while the front cache is updated during get or getAll operation.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected static ThreadLocal<HashSet> s_tloKeys

Field Value

Type: ThreadLocalHashSet
See Also