Function
clearAllCaches
(engine: VisualNovelEngine)
Source from the content-addressed store, hash-verified
| 104 | // ============================================================================ |
| 105 | |
| 106 | export function clearAllCaches(engine: VisualNovelEngine): void { |
| 107 | engine._audioBufferCache.clear(); |
| 108 | engine._imageCache.clear(); |
| 109 | } |
| 110 | |
| 111 | // ============================================================================ |
| 112 | // Service Worker Communication |
Callers
nothing calls this directly
Tested by
no test coverage detected