Declare the file storage cache as being invalid, also clears all stored files. */
| 98 | |
| 99 | /** Declare the file storage cache as being invalid, also clears all stored files. */ |
| 100 | void InvalidateFileList() |
| 101 | { |
| 102 | this->clear(); |
| 103 | this->file_list_valid = false; |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * (Re-)validate the file storage cache. Only makes a change if the storage was invalid, or if \a force_reload. |
no test coverage detected