GH-853 evict asset index files from cache when they don't parse
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user