@@ -90,11 +90,12 @@ Project Resources
9090Related Projects
9191------------------------------------------------------------------------
9292
93- - asyncache _: Helpers to use cachetools with async functions
94- - cacheing _: Pure Python Cacheing Library
95- - CacheToolsUtils _: Cachetools Utilities
96- - kids.cache _: Kids caching library
97- - shelved-cache _: Persistent cache for Python cachetools
93+ - asyncache _: Helpers to use cachetools _ with asyncio.
94+ - cacheing _: Pure Python Cacheing Library.
95+ - CacheToolsUtils _: Stackable cache classes for sharing, encryption,
96+ statistics *and more * on top of cachetools _, redis _ and memcached _.
97+ - shelved-cache _: Persistent cache implementation for Python
98+ cachetools _.
9899
99100
100101License
@@ -119,7 +120,9 @@ Licensed under the `MIT License`_.
119120.. _MIT License : https://raw.github.com/tkem/cachetools/master/LICENSE
120121
121122.. _asyncache : https://pypi.org/project/asyncache/
122- .. _cacheing : https://github.com/breid48 /cacheing
123+ .. _cacheing : https://pypi.org/project /cacheing/
123124.. _CacheToolsUtils : https://pypi.org/project/CacheToolsUtils/
124- .. _kids.cache : https://pypi.org/project/kids.cache/
125125.. _shelved-cache : https://pypi.org/project/shelved-cache/
126+ .. _cachetools : https://pypi.org/project/cachetools/
127+ .. _redis : https://redis.io/
128+ .. _memcached : https://memcached.org/
0 commit comments