ESBO-ETC/esbo_etc/lib/cache.py

5 lines
72 B
Python
Raw Normal View History

2020-10-13 19:03:53 +02:00
import percache
cache = percache.Cache("cache")
cache.clear(3600 * 24)