Skip to main content

Module cache

Module cache 

Source
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.

Structsยง

FileJsonCache