summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/cache/memcached.py
Commit message (Collapse)AuthorAgeFilesLines
* put cache base classes in __init__ (#22809)Brian Coca2017-03-231-1/+1
| | | | | | * put cache base classes in __init__ * added placeholder
* Remove direct calls to print and cleanup importsToshio Kuratomi2016-11-071-3/+2
| | | | All display of information should go through display instead of through print.
* [wip] Let jsonfile and memcached cache plugins understand ↵Adrian Likins2016-09-141-1/+1
| | | | | | | | | | | fact_caching_timeout=0 (#17565) * Add support for no-expiration to jsonfile cache * Let memcached cache use fact_caching_timeout=0 If fact_cache=memcached and fact_caching_timeout=0 memcached would hit a NameError on _expire_keys
* switched from threading to multiprocessingBrian Coca2016-02-111-2/+2
| | | | functions same, just keeping names from confusing people
* 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
| | | | Fixes #10945
* Making the switch to v2James Cammarata2015-05-031-0/+193