Functions§
- cache_
dir - Returns the cache directory for socorro-cli, creating it if necessary. Uses the OS-standard cache directory:
- read_
cached - Read cached data for a given key (filename). Returns None if the cache file doesn’t exist or is empty.
- write_
cache - Write data to cache with the given key (filename). Returns true if writing succeeded.