We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6066eb commit 5285745Copy full SHA for 5285745
apps/common/cache/file_cache.py
@@ -79,7 +79,7 @@ def clear_by_application_id(self, application_id):
79
value.application.id) == application_id):
80
delete_keys.append(key)
81
for key in delete_keys:
82
- self.delete(key)
+ self.cache.delete(key)
83
84
def clear_timeout_data(self):
85
for key in self.cache.iterkeys():
0 commit comments