remove unused context from get_cached
This commit is contained in:
@ -66,7 +66,7 @@ class Cache(object):
|
||||
"empty the cache"
|
||||
self._cache.clear()
|
||||
|
||||
def get_cached(self, context):
|
||||
def get_cached(self):
|
||||
"""return all values in a dictionary
|
||||
example: {'path1': {'index1': ('value1', 'time1')}, 'path2': {'index2': ('value2', 'time2', )}}
|
||||
"""
|
||||
|
Reference in New Issue
Block a user