The configuration for the producer, containing information about the cache folder, cache capacity, etc.
A configuration builder is a mutable version of Config and will be implicitly converted to the latter
when passed into Producer.apply.
Creates a new cache production instance.
Creates a new cache production instance.
the key type
the value type
the cache configuration. Typically you pass in the configuration builder which is then
converted to an immutable Config instance.
the serializer used when writing keys to disk or reading keys from disk
the serializer used when writing values to disk or reading values from disk