#include <Cache.h>
|
virtual bool | inCache (const std::string &docName) noexcept(false)=0 |
|
virtual std::string | getDoc (const std::string &docName) noexcept(false)=0 |
|
virtual void | putDoc (const std::string &docName, const std::string &content) noexcept(false)=0 |
|
◆ getDoc()
virtual std::string bridges::Cache::getDoc |
( |
const std::string & |
docName | ) |
|
|
pure virtualnoexcept |
◆ inCache()
virtual bool bridges::Cache::inCache |
( |
const std::string & |
docName | ) |
|
|
pure virtualnoexcept |
◆ putDoc()
virtual void bridges::Cache::putDoc |
( |
const std::string & |
docName, |
|
|
const std::string & |
content |
|
) |
| |
|
pure virtualnoexcept |
The documentation for this class was generated from the following file:
- /home/erik/work/bridges/bridges-cxx/src/Cache.h