A cache class. Internally handled as QCache class.
More...
#include <CoverViewPixmapCache.h>
|
bool | hasPixmap (const Hash &hash) const |
|
QPixmap | pixmap (const Hash &hash) const |
|
QPixmap | invalidPixmap () const |
|
void | addPixmap (const Hash &hash, const QPixmap &pixmap) |
|
bool | isOutdated (const Hash &hash) const |
|
void | setAllOutdated () |
|
void | setCacheSize (int cacheSize) |
|
void | clear () |
|
A cache class. Internally handled as QCache class.