AbstractKeyBasedCache.GetAll Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Get all the specified keys, if they are in the cache.
Namespace:
Tangosol.Net.Cache.Support
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
Remarks
For each key that is in the cache, that key and its corresponding
value will be placed in the dictionary that is returned by this
method. The absence of a key in the returned dictionary indicates
that it was not in the cache, which may imply (for caches that
can load behind the scenes) that the requested data could not be
loaded.
See Also