The cache handler for the module.
Type:
{ albums:
Map<string, Album>, artists:
Map<string, Artist>, episodes:
Map<string, Episode>, playlists:
Map<string, Playlist>, shows:
Map<string, Show>, tracks:
Map<string, Track>, users:
Map<string, User>, }