@@ -90,11 +90,12 @@ Project Resources
90
90
Related Projects
91
91
------------------------------------------------------------------------
92
92
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 _.
98
99
99
100
100
101
License
@@ -119,7 +120,9 @@ Licensed under the `MIT License`_.
119
120
.. _MIT License : https://raw.github.com/tkem/cachetools/master/LICENSE
120
121
121
122
.. _asyncache : https://pypi.org/project/asyncache/
122
- .. _cacheing : https://github.com/breid48 /cacheing
123
+ .. _cacheing : https://pypi.org/project /cacheing/
123
124
.. _CacheToolsUtils : https://pypi.org/project/CacheToolsUtils/
124
- .. _kids.cache : https://pypi.org/project/kids.cache/
125
125
.. _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