Click or drag to resize

ContinuousQueryCacheClear Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Removes all mappings from this cache.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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