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

E26041-01

IterableCacheLoader Class Reference

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

Inherits CacheLoader.

List of all members.


Detailed Description

A CacheLoader that can iterate its underlying contents.

Author:
nsa 2008.07.01

Public Types

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

Public Member Functions

virtual Iterator::Handle keys ()=0
 Iterate all keys in the underlying store.

Member Function Documentation

virtual Iterator::Handle keys (  )  [pure virtual]

Iterate all keys in the underlying store.

Returns:
a read-only iterator of the keys in the underlying store
Exceptions:
UnsupportedOperationException if the underlying store is not iterable


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