Lines Matching refs:LRUCache
11 from jinja2.utils import LRUCache20 d = LRUCache(3)30 cache = LRUCache(3)39 cache = LRUCache(2)44 cache = LRUCache(2)55 @pytest.mark.parametrize("copy_func", [LRUCache.copy, shallow_copy])57 cache = LRUCache(2)67 d = LRUCache(3)75 d = LRUCache(3)84 d = LRUCache(3)102 d = LRUCache(3)