disk_cache library

Classes

DiskCache
A cache that uses a bounded amount of space on a filesystem. Each cache entry has a string key and a fixed number of values. Each key must match the regex '^a-z0-9_-{1,120}$'. Values are byte sequences, accessible as streams or files.
Editor
Edits the values for an entry.
Entry
Cache information of one file.
Snapshot
A snapshot of the values for an entry.