Home
last modified time | relevance | path

Searched refs:ttl_cache (Results 1 – 4 of 4) sorted by relevance

/external/python/cachetools/src/cachetools/
Dfunc.py161 def ttl_cache(maxsize=128, ttl=600, timer=time.monotonic, typed=False): function
/external/python/cachetools/tests/
Dtest_func.py129 DECORATOR = staticmethod(cachetools.func.ttl_cache)
/external/python/cachetools/
DCHANGELOG.rst325 - Add ``@ttl_cache`` function decorator.
/external/python/cachetools/docs/
Dindex.rst521 .. decorator:: ttl_cache(user_function)
522 ttl_cache(maxsize=128, ttl=600, timer=time.monotonic, typed=False)