audioCache property

AudioCache audioCache
getter/setter pair

This is the AudioCache instance used by this player. Unless you want to control multiple caches separately, you don't need to change anything as the global instance will be used by default.

Implementation

AudioCache audioCache = AudioCache.instance;