#include <coherence/net/cache/IterableCacheLoader.hpp>
Inherits CacheLoader.
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. |
|
| virtual Iterator::Handle keys | ( | ) | [pure virtual] |
Iterate all keys in the underlying store.
| UnsupportedOperationException | if the underlying store is not iterable |