Audio data cache manager. It uses a least recently used (LRU) caching strategy to manage cached audio data.
音频数据缓存管理器。内部使用了最少最近使用(LRU)缓存策略来管理缓存的音频数据。
The URL of the audio data.
The AudioBuffer object.
The size of the audio data in bytes.
Add an audio data to the cache.
将音频数据添加到缓存中。
The callback function to be called with the audio data.
可选
The context of the callback function.
Get an audio data from the cache.
从缓存中获取音频数据。
En
Audio data cache manager. It uses a least recently used (LRU) caching strategy to manage cached audio data.
Zh
音频数据缓存管理器。内部使用了最少最近使用(LRU)缓存策略来管理缓存的音频数据。