GH-853 evict asset index files from cache when they don't parse
This commit is contained in:
parent
eae544f0eb
commit
3b6574181e
3 changed files with 22 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue