* Clear image cache, optionally filtered by prefix * @param pattern - If provided, only clear keys starting with this pattern
(pattern?: string)
| 1045 | * @param pattern - If provided, only clear keys starting with this pattern |
| 1046 | */ |
| 1047 | static imageClearCache(pattern?: string): void { |
| 1048 | return _imageClearCache(this.asEngine(), pattern); |
| 1049 | } |
| 1050 | |
| 1051 | /** |
| 1052 | * Clear all asset caches (audio and image) |