InvocableCacheHelperInvokeAllLocked Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Invoke the passed
IEntryProcessor against the
entries specified by the passed cache and entries.
Namespace:
Tangosol.Net.Cache.Support
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
Remarks
The invocation is made thread safe by locking the corresponding
keys on the cache. If an attempt to lock all the entries at once
fails, they will be processed individually one-by-one.
See Also