persitent cache for image download
This commit is contained in:
@@ -11,6 +11,7 @@ class TextureCacheService {
|
||||
static TextureCacheService *getInstance();
|
||||
|
||||
Glib::RefPtr<Gdk::Texture> getTexture(const std::string &url);
|
||||
void pruneCache();
|
||||
|
||||
private:
|
||||
TextureCacheService() = default;
|
||||
|
||||
Reference in New Issue
Block a user