1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/plugins/cache
Toshio Kuratomi 33f0c1ce22 FactCache changes
* Fix FactCache to conform to the dict API
  * update needs to take a dict rather than a key and a value
  * __init__ needs to allow for setting the intial dictionary
* Remove unneeded _display and _cache attributes
* Move ansible.plugins.cache.FactCache to
  ansible.vars.fact_cache.FactCache because this isn't part of the cache
  plugin API.
* Add backwards compatibility when calling update on the new FactCache
* Remove code for calling old FactCache. There's no way to call the old
  FactCache so there's no need for backwards compatible code for calling
  code.  Backwards compatibility is handling things which are calling
  the new FactCache.
* Port our code to the new FactCache location.
2018-12-05 12:33:27 -08:00
..
__init__.py FactCache changes 2018-12-05 12:33:27 -08:00
base.py
jsonfile.py Fix _uri option documentation for cache plugins that expect strings 2018-09-25 09:57:03 -04:00
memcached.py Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
memory.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
mongodb.py Correct doc for cache plugin 2018-05-21 13:29:03 -04:00
pickle.py Fix _uri option documentation for cache plugins that expect strings 2018-09-25 09:57:03 -04:00
redis.py Support version 3 of the redis python library (#49445) 2018-12-05 12:08:53 -06:00
yaml.py Fix _uri option documentation for cache plugins that expect strings 2018-09-25 09:57:03 -04:00