Skip to content

Commit

Permalink
Add cacheing reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Oct 30, 2023
1 parent 3889195 commit d991ac7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ Related Projects
------------------------------------------------------------------------

- asyncache_: Helpers to use cachetools with async functions
- cacheing_: Pure Python Cacheing Library
- CacheToolsUtils_: Cachetools Utilities
- `kids.cache`_: Kids caching library
- kids.cache_: Kids caching library
- shelved-cache_: Persistent cache for Python cachetools


Expand All @@ -118,6 +119,7 @@ Licensed under the `MIT License`_.
.. _MIT License: https://raw.github.com/tkem/cachetools/master/LICENSE

.. _asyncache: https://pypi.org/project/asyncache/
.. _cacheing: https://github.com/breid48/cacheing
.. _CacheToolsUtils: https://pypi.org/project/CacheToolsUtils/
.. _kids.cache: https://pypi.org/project/kids.cache/
.. _shelved-cache: https://pypi.org/project/shelved-cache/

0 comments on commit d991ac7

Please sign in to comment.