diff options
Diffstat (limited to 'jinja2/bccache.py')
-rw-r--r-- | jinja2/bccache.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/jinja2/bccache.py b/jinja2/bccache.py index d687d03..507a9b3 100644 --- a/jinja2/bccache.py +++ b/jinja2/bccache.py @@ -296,9 +296,8 @@ class MemcachedBytecodeCache(BytecodeCache): Libraries compatible with this class: - - `werkzeug <http://werkzeug.pocoo.org/>`_.contrib.cache - - `python-memcached <http://www.tummy.com/Community/software/python-memcached/>`_ - - `cmemcache <http://gijsbert.org/cmemcache/>`_ + - `cachelib <https://github.com/pallets/cachelib>`_ + - `python-memcached <https://pypi.org/project/python-memcached/>`_ (Unfortunately the django cache interface is not compatible because it does not support storing binary data, only unicode. You can however pass |