# Variables
ArtistIDCache stores id in form of int32, struct{}.
GenreCache stores name and id in form of string and int32.
LabelIDCache stores id in form of int32, struct{}.
MasterIDCache stores id in form of int32, struct{}.
StyleCache stores name and id in form of string and int32.