summaryrefslogtreecommitdiffstats
path: root/python/python3-cachetools/README
blob: 3847bbd0cda79bf8ab342c93a0b99054b6f54a4f (plain)
1
2
3
4
5
python3-cachetools (Extensible memoizing collections and decorators)

This module provides various memoizing collections and decorators,
including variants of the Python Standard Library's @lru_cache
function decorator.