Clear from cache - for selected thumbnails (issue 386)

This commit is contained in:
michael
2011-02-05 08:04:11 -05:00
parent 93fa7e25ae
commit 3711a6df5e
7 changed files with 65 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ class CacheManager {
void clearAll ();
void clearThumbImages ();
void clearProfiles ();
void clearFromCache(const Glib::ustring& fname, bool leavenotrace);
void applyCacheSizeLimitation ();