mace::LRUCache< K, D > Member List
This is the complete list of members for
mace::LRUCache< K, D >, including all inherited members.
| add(const K &index, const D &buf, bool dirty=false) | mace::LRUCache< K, D > | [inline] |
| addDirty(const K &index, const D &buf) | mace::LRUCache< K, D > | [inline] |
| clearDirty(const K &index) | mace::LRUCache< K, D > | [inline] |
| clearLastDirty() | mace::LRUCache< K, D > | [inline] |
| get(const K &index, D &data) | mace::LRUCache< K, D > | [inline] |
| get(const K &index) | mace::LRUCache< K, D > | [inline] |
| getDirty(const K &index) | mace::LRUCache< K, D > | [inline] |
| getLastDirty() const | mace::LRUCache< K, D > | [inline] |
| getLastDirty(K &k, D &d) const | mace::LRUCache< K, D > | [inline] |
| getLastDirtyKey() const | mace::LRUCache< K, D > | [inline] |
| hasDirty() const | mace::LRUCache< K, D > | [inline] |
| isFullDirty() const | mace::LRUCache< K, D > | [inline] |
| LRUCache(unsigned capacity=32, time_t timeout=0) | mace::LRUCache< K, D > | [inline] |
| operator[](const K &index) | mace::LRUCache< K, D > | [inline] |
| remove(const K &index) | mace::LRUCache< K, D > | [inline] |