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:
parent
9e79679920
commit
e951ab4a4d
3 changed files with 14 additions and 1 deletions
|
|
@ -109,6 +109,8 @@ public:
|
|||
*/
|
||||
static void setCacheTimeout (int millisecs);
|
||||
|
||||
/** Clears the cache immediately. */
|
||||
static void clear();
|
||||
|
||||
private:
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue