diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-10 12:45:44 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-10 12:48:25 +0200 |
commit | 71f3c6b461eb296a3d1604e3534c9a4ab3d43397 (patch) | |
tree | a6b5689463660ceee3e3f3ddc82e766c871c03b3 /launcher/net/HttpMetaCache.h | |
parent | aabcca505939b481f5bf808ee12deb26aec30d0f (diff) | |
download | PrismLauncher-71f3c6b461eb296a3d1604e3534c9a4ab3d43397.tar.gz PrismLauncher-71f3c6b461eb296a3d1604e3534c9a4ab3d43397.tar.bz2 PrismLauncher-71f3c6b461eb296a3d1604e3534c9a4ab3d43397.zip |
feat: add clear metadata action
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/net/HttpMetaCache.h')
-rw-r--r-- | launcher/net/HttpMetaCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/net/HttpMetaCache.h b/launcher/net/HttpMetaCache.h index c0b12318..2a07d65a 100644 --- a/launcher/net/HttpMetaCache.h +++ b/launcher/net/HttpMetaCache.h @@ -113,6 +113,7 @@ class HttpMetaCache : public QObject { // evict selected entry from cache auto evictEntry(MetaEntryPtr entry) -> bool; + void evictAll(); void addBase(QString base, QString base_root); |