I have function
from cachetools import cached from cachetools import LRUCache @cached(cache=LRUCache(maxsize=256), key=lambda system, bus_map, get_hint=F