Simple caching object with optional TTL and file system persistence.
A cache object that deletes the least-recently-used items.
A simple key/value storage using files to persist the data
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies