clearCache abstract method
void
clearCache()
Clears the internal cache.
This method should be called when you want to force reload assets from disk instead of using cached versions.
Implementation
void clearCache();
Clears the internal cache.
This method should be called when you want to force reload assets from disk instead of using cached versions.
void clearCache();