community.general/lib/ansible/plugins/cache
Matthew Jones 7da478a4f4 Fix an issue where cache plugins weren't updated
The first call to persisting facts would work due to the assignment of a
MutableMapping calling __setitem__ but subsequent module fact data would
not be propogated to the fact cache plugins because update() doesn't
invoke __setitem__.  This changes the behavior a little bit and ensures
set() is called on cache plugins.
2015-10-09 11:16:41 -04:00
..
__init__.py Fix an issue where cache plugins weren't updated 2015-10-09 11:16:41 -04:00
base.py adding display to plugins and start moving debug to display 2015-07-23 10:26:12 -04:00
jsonfile.py Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
memcached.py Better fix for serializing/deserializing cache plugins (v2) 2015-05-07 23:56:33 -05:00
memory.py Better fix for serializing/deserializing cache plugins (v2) 2015-05-07 23:56:33 -05:00
redis.py fixed error reporting when missing redis import 2015-10-01 18:49:51 -04:00