Create a cache.
BufferCache({ required this.synthizer, required this.maxSize, required this.random, }) : _buffers = {}, _files = [];