Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added some information which modules/packages MemcachedCache will look
for.
  • Loading branch information
untitaker committed Sep 27, 2014
1 parent 1844adc commit b0c1960
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions werkzeug/contrib/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,13 @@ class MemcachedCache(BaseCache):
event that a tuple/list is passed, Werkzeug tries to import the best
available memcache library.
This cache looks into the following packages/modules to find bindings for
memcached:
- ``pylibmc``
- ``google.appengine.api.memcached``
- ``memcached``
Implementation notes: This cache backend works around some limitations in
memcached to simplify the interface. For example unicode keys are encoded
to utf-8 on the fly. Methods such as :meth:`~BaseCache.get_dict` return
Expand Down

0 comments on commit b0c1960

Please sign in to comment.