cache method

ConfigCache cache()

Get the ConfigCache that match the current script configuration.

Implementation

ConfigCache cache() {
  return FileConfigCache(hooksDir: hooksDir);
}