audioCacheFactory property

AudioCacheFactory audioCacheFactory
getter/setter pair

The factory used to create the global AudioCache instance.

Useful to override the default AudioCache constructor in testing or edge cases where the developer needs control on how AudioCache are created.

Implementation

static AudioCacheFactory audioCacheFactory = AudioCache.new;