parrot
parrot copied to clipboard
cache cannot be set to 0
Since you have config.cache = config.cache || exports.config.cache;, you can't set cache to 0, you have to set it to a negative to get a similar effect.