mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
DOM Caching
- Implemented DOM caching on name. May need a 'clear' method later.
This commit is contained in:
parent
b49523c06d
commit
5808e2073f
2 changed files with 35 additions and 18 deletions
|
@ -44,6 +44,9 @@ public:
|
|||
|
||||
private:
|
||||
bool is_primitive (const std::string&);
|
||||
|
||||
private:
|
||||
std::map <std::string, std::string> _cache;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue