clear cache of cachetools

后端 未结 0 1859
半阙折子戏
半阙折子戏 2021-01-19 19:19

I have function

from cachetools import cached
from cachetools import LRUCache

@cached(cache=LRUCache(maxsize=256),
    key=lambda system, bus_map, get_hint=F         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题