5 lines
72 B
Python
5 lines
72 B
Python
|
import percache
|
||
|
|
||
|
cache = percache.Cache("cache")
|
||
|
cache.clear(3600 * 24)
|