Searched refs:_MAXCACHE (Results 1 – 4 of 4) sorted by relevance
18 _MAXCACHE = 100 variable54 if len(_cache) >= _MAXCACHE:80 if len(_cache) >= _MAXCACHE:
228 _MAXCACHE = 100 variable253 if len(_cache) >= _MAXCACHE:274 if len(_cache_repl) >= _MAXCACHE:
8 _MAXCACHE, _cache, _purge)82 for i in range(_MAXCACHE + 1):85 self.assertLessEqual(len(_cache), _MAXCACHE)
270 _MAXCACHE = 512 variable288 if len(_cache) >= _MAXCACHE:297 @functools.lru_cache(_MAXCACHE)