Oracle Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.1.2)

E26041-01

AbstractCacheLoader Class Reference

#include <coherence/net/cache/AbstractCacheLoader.hpp>

Inherits Object, and CacheLoader.

Inherited by AbstractCacheStore.

List of all members.


Detailed Description

An abstract base class for CacheLoader implementations.

Author:
jh 2008.03.12

Public Types

typedef spec::Handle Handle
 AbstractCacheLoader Handle definition.
typedef spec::View View
 AbstractCacheLoader View definition.
typedef spec::Holder Holder
 AbstractCacheLoader Holder definition.

Public Member Functions

virtual Map::View loadAll (Collection::View vColKeys)
 Return the values associated with each the specified keys in the passed collection.

If a key does not have an associated value in the underlying store, then the return map will not have an entry for that key.

Parameters:
vColKeys a collection of keys to load
Returns:
a Map of keys to associated values for the specified keys


The documentation for this class was generated from the following file:
Copyright © 2000, 2013, Oracle and/or its affiliates. All rights reserved.