ESBO-ETC/esbo_etc/lib/cache.py

5 lines
72 B
Python

import percache
cache = percache.Cache("cache")
cache.clear(3600 * 24)