CompositeCacheGetAll Method |
Namespace: Tangosol.Net.Cache
public virtual IDictionary GetAll( ICollection keys )
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.
Note: this implementation does not differentiate between missing keys or null values stored in the back dictionary; in both cases the returned dictionary will not contain the corresponding entry.