AbstractKeyBasedCacheInsertAll Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Copies all of the mappings from the specified IDictionary
            to this cache.
            
 
    Namespace: 
   Tangosol.Net.Cache.Support
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
Remarks
            The effect of this call is equivalent to that of calling
            
Insert(Object, Object) on this cache once for each
            mapping in the passed dictionary. The behavior of this operation
            is unspecified if the passed dictionary is modified while the
            operation is in progress.
            
See Also