Index of all Cache Plugins
ansible.builtin
- ansible.builtin.jsonfile – JSON formatted files. 
- ansible.builtin.memory – RAM backed, non persistent 
ansible.netcommon
- ansible.netcommon.memory – RAM backed, non persistent cache. 
community.general
- community.general.memcached – Use memcached DB for cache 
- community.general.pickle – Pickle formatted files 
- community.general.redis – Use Redis DB for cache 
- community.general.yaml – YAML formatted files 
community.mongodb
- community.mongodb.mongodb – Use MongoDB for caching 
