#include <swcacher.h>

Public Member Functions | |
| virtual void | flush () |
| virtual long | lastAccess () |
| virtual long | resourceConsumption () |
| SWCacher () | |
| virtual | ~SWCacher () |
used to provide an interface for objects that cache and want a standard interface for cleaning up.
Definition at line 33 of file swcacher.h.
| SWORD_NAMESPACE_START SWCacher::SWCacher | ( | ) |
Definition at line 28 of file swcacher.cpp.
| SWCacher::~SWCacher | ( | ) | [virtual] |
Definition at line 32 of file swcacher.cpp.
| void SWCacher::flush | ( | ) | [virtual] |
| long SWCacher::lastAccess | ( | ) | [virtual] |
Definition at line 43 of file swcacher.cpp.
| long SWCacher::resourceConsumption | ( | ) | [virtual] |
Reimplemented in FileMgr.
Definition at line 39 of file swcacher.cpp.
1.6.1