django1/django/core/cache
Nick Pope a629139425 Refs #29887, Refs #24212 -- Added servers configuration hook for memcached backends.
The servers property can be overridden to allow memcached backends to
alter the server configuration prior to it being passed to instantiate
the client. This allows avoidance of documentation for per-backend
differences, e.g. stripping the 'unix:' prefix for pylibmc.
2020-09-02 08:51:17 +02:00
..
backends Refs #29887, Refs #24212 -- Added servers configuration hook for memcached backends. 2020-09-02 08:51:17 +02:00
__init__.py Fixed CVE-2020-13254 -- Enforced cache key validation in memcached backends. 2020-06-03 09:24:26 +02:00
utils.py Fixed #30772 -- Optimized make_template_fragment_key(). 2019-09-18 14:53:05 +02:00