Click or drag to resize

ContinuousQueryCacheClear Method

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

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 cache (if necessary) before preceeding with the clear operation. For such implementations, the entire cache has to be either already locked or able to be locked for this operation to succeed.
See Also