Click or drag to resize

IIterableCacheLoader Methods

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01

The IIterableCacheLoader type exposes the following members.

Methods
  NameDescription
Public methodLoad
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
(Inherited from ICacheLoader.)
Public methodLoadAll
Return the values associated with each the specified keys in the passed collection.
(Inherited from ICacheLoader.)
Top
See Also