Click or drag to resize

WrapperNamedCacheClear Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Removes all mappings from this dictionary.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
Exceptions
ExceptionCondition
InvalidOperationException If the lock could not be succesfully obtained for some key.
Remarks
Some implementations will attempt to lock the entire dictionary (if necessary) before preceeding with the clear operation. For such implementations, the entire dictionary has to be either already locked or able to be locked for this operation to succeed.
See Also