GH-853 evict asset index files from cache when they don't parse

This commit is contained in:
Petr Mrázek 2015-04-01 00:23:17 +02:00
parent eae544f0eb
commit 3b6574181e
3 changed files with 22 additions and 0 deletions

View file

@ -51,6 +51,9 @@ public:
// add a previously resolved stale entry
bool updateEntry(MetaEntryPtr stale_entry);
// evict selected entry from cache
bool evictEntry(MetaEntryPtr entry);
void addBase(QString base, QString base_root);
// (re)start a timer that calls SaveNow later.