|
degate 0.1.1
|
#include <TileCache.h>

Public Member Functions | |
| virtual void | cleanup_cache ()=0 |
| virtual void | print () const =0 |
Definition at line 66 of file TileCache.h.
| virtual void degate::TileCacheBase::cleanup_cache | ( | ) | [pure virtual] |
Implemented in degate::TileCache< PixelPolicy >.
Referenced by degate::GlobalTileCache::remove_oldest().

| virtual void degate::TileCacheBase::print | ( | ) | const [pure virtual] |
Implemented in degate::TileCache< PixelPolicy >.
1.7.4