Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
IDictionary..::.Clear()()()
IDictionary..::.Clear()()()
E22844-03
Removes all mappings from this cache.
Namespace:
Tangosol.Net.CacheAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public override void Clear() |
Implements
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.
Exceptions
| Exception | Condition |
|---|---|
| If the lock could not be succesfully obtained for some key. |