Expand description
File-backed JSON cache with stable md5 file names.
- Path:
<cache_dir>/<md5(key)>.json - Payload:
{"timestamp": <unix_seconds>, "value": <json>} - Expired entries are removed on read.
File-backed JSON cache with stable md5 file names.
<cache_dir>/<md5(key)>.json{"timestamp": <unix_seconds>, "value": <json>}