python3-diskcache

Python3 module for disk and file backed persistent cache
  https://pypi.org/project/diskcache/
  0
  no reviews



DiskCache is a disk and file backed cache library, written in pure-Python. Its features include

- Django compatible API - Thread-safe and process-safe - Supports multiple eviction policies (LRU and LFU included) - Keys support “tag” metadata and eviction