1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added ImageCache::clear() method.

This commit is contained in:
jules 2013-04-10 21:09:13 +01:00
parent 9e79679920
commit e951ab4a4d
3 changed files with 14 additions and 1 deletions

View file

@ -109,6 +109,8 @@ public:
*/
static void setCacheTimeout (int millisecs);
/** Clears the cache immediately. */
static void clear();
private:
//==============================================================================