cache (str, bool, None) – Cache default specs on disk with pickling for fast loading.
If None, it defaults to boolean option cf.cache.
Possible string values: "ignore", "rw", "read",
"write", "clean".
If True, it is set to "rw".
If False, it is set to "ignore".