.gitignore
.readthedocs.yaml
CHANGELOG.rst
LICENSE
README.rst
pyproject.toml
tox.ini
.github/FUNDING.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/SECURITY.md
.github/copilot-instructions.md
.github/copilot-review.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
docs/conf.py
docs/index.rst
src/cachetools/__init__.py
src/cachetools/__init__.pyi
src/cachetools/_cached.py
src/cachetools/_cachedmethod.py
src/cachetools/func.py
src/cachetools/func.pyi
src/cachetools/keys.py
src/cachetools/keys.pyi
src/cachetools/py.typed
src/cachetools.egg-info/PKG-INFO
src/cachetools.egg-info/SOURCES.txt
src/cachetools.egg-info/dependency_links.txt
src/cachetools.egg-info/top_level.txt
tests/__init__.py
tests/test_cache.py
tests/test_cached.py
tests/test_cachedmethod.py
tests/test_classmethod.py
tests/test_fifo.py
tests/test_func.py
tests/test_keys.py
tests/test_lfu.py
tests/test_lru.py
tests/test_rr.py
tests/test_threading.py
tests/test_tlru.py
tests/test_ttl.py