Readme says inputFiles is an array:
options = options || {};
// options.inputFiles === array of globs, to consider for the cache key
However looking into the code, the default is an empty hash:
this._inputFiles = options.inputFiles || {};
At the least these two don't agree with each other - which one is correct?