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/memcached.py
vendored
2
lib/ansible/plugins/cache/memcached.py
vendored
|
@ -113,6 +113,8 @@ class CacheModuleKeys(collections.MutableSet):
|
|||
self._cache = cache
|
||||
self._keyset = dict(*args, **kwargs)
|
||||
|
||||
super(CacheModule, self).__init__()
|
||||
|
||||
def __contains__(self, key):
|
||||
return key in self._keyset
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue