#include <GitCommandCache.h>
|
| | GitCommandCache () |
| |
| std::vector< char > * | find (std::string const &key) |
| |
| void | insert (const std::string &key, std::vector< char > const &value) |
| |
| void | clear () |
| |
|
| std::shared_ptr< Data > | d |
| |
◆ GitCommandCache()
| GitCommandCache::GitCommandCache |
( |
| ) |
|
◆ clear()
| void GitCommandCache::clear |
( |
| ) |
|
◆ find()
| std::vector< char > * GitCommandCache::find |
( |
std::string const & |
key | ) |
|
◆ insert()
| void GitCommandCache::insert |
( |
const std::string & |
key, |
|
|
std::vector< char > const & |
value |
|
) |
| |
| std::shared_ptr<Data> GitCommandCache::d |
|
private |
The documentation for this class was generated from the following files: