Searched refs:ttl_cache (Results 1 – 4 of 4) sorted by relevance
161 def ttl_cache(maxsize=128, ttl=600, timer=time.monotonic, typed=False): function
129 DECORATOR = staticmethod(cachetools.func.ttl_cache)
325 - Add ``@ttl_cache`` function decorator.
521 .. decorator:: ttl_cache(user_function)522 ttl_cache(maxsize=128, ttl=600, timer=time.monotonic, typed=False)