persitent cache for image download

This commit is contained in:
2026-02-01 12:06:48 +01:00
parent dc325834c7
commit 17aef717b7
5 changed files with 166 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ class TextureCacheService {
static TextureCacheService *getInstance();
Glib::RefPtr<Gdk::Texture> getTexture(const std::string &url);
void pruneCache();
private:
TextureCacheService() = default;