#include <coherence/net/cache/AbstractCacheStore.hpp>
Inherits AbstractCacheLoader, and CacheStore.
Public Types |
||||||||||
| typedef spec::Handle | Handle | |||||||||
| AbstractCacheStore Handle definition. |
||||||||||
| typedef spec::View | View | |||||||||
| AbstractCacheStore View definition. |
||||||||||
| typedef spec::Holder | Holder | |||||||||
| AbstractCacheStore Holder definition. |
||||||||||
Public Member Functions |
||||||||||
| virtual void | store (Object::View vKey, Object::Holder ohValue) | |||||||||
| Store the specified value under the specified key in the underlying store.
This method is intended to support both key/value creation and value update for a specific key.
|
||||||||||
| virtual void | storeAll (Map::View vMapEntries) | |||||||||
| Store the specified values under the specified keys in the underlying store.
This method is intended to support both key/value creation and value update for the specified keys.
|
||||||||||
| virtual void | erase (Object::View vKey) | |||||||||
Remove the specified key from the underlying store if present.
|
||||||||||
| virtual void | eraseAll (Collection::View vColKeys) | |||||||||
Remove the specified keys from the underlying store if present.
|
||||||||||