Click or drag to resize

LocalCacheLoadAll Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodLoadAll
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.
Public methodLoadAll(ICollection)
Indicates to the cache that the specified keys should be loaded into the cache, if they are not already in the cache.
Top
See Also