.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Indicates to the cache that it should load data from its loader
            to fill the cache; this is sometimes referred to as
            "pre-loading" or "warming" a cache.
            
 
    Namespace: 
   Tangosol.Net.Cache
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic virtual void LoadAll()
Remarks
            The specific set of data that will be loaded is unspecified.
            The implementation may choose to load all data, some specific
            subset of the data, or no data. An implementation may require
            that the loader implement the IIterableCacheLoader interface in
            order for this method to load any data.
            
            An implementation may perform the load operation asynchronously.
            
See Also