summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/cache/memcached.py
Commit message (Expand)AuthorAgeFilesLines
* put cache base classes in __init__ (#22809)Brian Coca2017-03-231-1/+1
* Remove direct calls to print and cleanup importsToshio Kuratomi2016-11-071-3/+2
* [wip] Let jsonfile and memcached cache plugins understand fact_caching_timeou...Adrian Likins2016-09-141-1/+1
* switched from threading to multiprocessingBrian Coca2016-02-111-2/+2
* Better fix for serializing/deserializing cache plugins (v2)James Cammarata2015-05-071-2/+6
* Fix pickling errors with cache plugins (v2)James Cammarata2015-05-071-0/+2
* Making the switch to v2James Cammarata2015-05-031-0/+193