mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
parent
198476e345
commit
cd6d1f9221
4 changed files with 11 additions and 0 deletions
2
lib/ansible/plugins/cache/memory.py
vendored
2
lib/ansible/plugins/cache/memory.py
vendored
|
@ -24,6 +24,8 @@ class CacheModule(BaseCacheModule):
|
|||
def __init__(self, *args, **kwargs):
|
||||
self._cache = {}
|
||||
|
||||
super(CacheModule, self).__init__()
|
||||
|
||||
def get(self, key):
|
||||
return self._cache.get(key)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue