jatin gyass
initial commit
2eef9ea
Raw
History Blame Contribute Delete
94 Bytes
"""Advanced caching strategies."""
from functools import lru_cache
CACHE_STRATEGY = 'lru'