#include <CdbBdbCache.hh>
Public Member Functions | |
| virtual | ~CdbBdbCache () |
| Destructor. | |
| virtual void | addObject (const Object &theKeyRef, const Object &theValueRef)=0 |
| virtual Object | findObject (const Object &theKeyRef) const=0 |
| virtual CdbItr< Object > | iterator () const=0 |
This class provides a cache interface for persistent object references.
The cache is maintained through two parameters: "theKeyRef" which serves as a key, and the "theValueRef" which represents a value for the key.
Definition at line 20 of file CdbBdbCache.hh.
|
|||||||||
|
Destructor. Moe details... Definition at line 9 of file CdbBdbCache.cc. |
|
||||||||||||||||
|
Implemented in CdbBdbSimpleCache. Referenced by CdbBdbSMetaDataP::repoint(). |
|
||||||||||
|
Referenced by CdbBdbSMetaDataP::repoint(). |
|
|||||||||
|
|
1.3-rc3