mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-28 19:27:47 +00:00
5 lines
140 B
Python
5 lines
140 B
Python
|
|
from diskcache import Cache
|
||
|
|
cache_1 = Cache(".cachedir/feature_selection")
|
||
|
|
cache_2 = Cache(".cachedir/data")
|
||
|
|
cache_1.clear()
|
||
|
|
cache_2.clear()
|