#include <Cache.h>
|
| lruCache (int maxFileNumber=30) |
|
virtual | ~lruCache ()=default |
|
virtual std::string | getDoc (const std::string &hash_value) override |
|
virtual bool | inCache (const std::string &hash_value) override |
|
virtual void | putDoc (const std::string &hash_value, const std::string &content) override |
|
◆ lruCache()
bridges::lruCache::lruCache |
( |
int |
maxFileNumber = 30 | ) |
|
|
inline |
◆ ~lruCache()
virtual bridges::lruCache::~lruCache |
( |
| ) |
|
|
virtualdefault |
◆ getDoc()
virtual std::string bridges::lruCache::getDoc |
( |
const std::string & |
hash_value | ) |
|
|
inlineoverridevirtual |
◆ inCache()
virtual bool bridges::lruCache::inCache |
( |
const std::string & |
hash_value | ) |
|
|
inlineoverridevirtual |
◆ putDoc()
virtual void bridges::lruCache::putDoc |
( |
const std::string & |
hash_value, |
|
|
const std::string & |
content |
|
) |
| |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file:
- /home/erik/work/bridges/bridges-cxx/src/Cache.h