Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Overload List

  NameDescription
LoadAll()()()
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.
LoadAll(ICollection)
Indicates to the cache that the specified keys should be loaded into the cache, if they are not already in the cache.

See Also