community.general/lib/ansible/plugins/cache
Adrian Likins c633022fca [wip] Let jsonfile and memcached cache plugins understand 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
2016-09-14 13:27:42 -04:00
..
__init__.py Port cache plugins to global display 2015-11-11 10:44:22 -08:00
base.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
jsonfile.py [wip] Let jsonfile and memcached cache plugins understand fact_caching_timeout=0 (#17565) 2016-09-14 13:27:42 -04:00
memcached.py [wip] Let jsonfile and memcached cache plugins understand fact_caching_timeout=0 (#17565) 2016-09-14 13:27:42 -04:00
memory.py Better fix for serializing/deserializing cache plugins (v2) 2015-05-07 23:56:33 -05:00
redis.py Cleaning up FIXMEs 2015-10-22 16:03:50 -04:00