WrapperNamedCacheClear Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Removes all mappings from this dictionary.
            
 
    Namespace: 
   Tangosol.Net.Cache
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
Exceptions
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