Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/cachetools/cachetools/
H A Dfunc.py42 class _UnboundTTLCache(TTLCache): class
138 return _cache(_UnboundTTLCache(ttl, timer), typed)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/cachetools/
H A Dfunc.py40 class _UnboundTTLCache(TTLCache): class
144 return _cache(_UnboundTTLCache(ttl, timer), typed)
/dports/devel/py-cachetools3/cachetools-3.1.1/cachetools/
H A Dfunc.py42 class _UnboundTTLCache(TTLCache): class
138 return _cache(_UnboundTTLCache(ttl, timer), typed)
/dports/devel/py-cachetools/cachetools-4.2.4/src/cachetools/
H A Dfunc.py35 class _UnboundTTLCache(TTLCache): class
167 return _cache(_UnboundTTLCache(ttl, timer), typed)