Revert "Get rid of now broken cache"

This reverts commit f73ae42a03.
This commit is contained in:
Lonami Exo
2018-12-25 16:50:11 +01:00
parent 100cd807f6
commit b66c1e6084
4 changed files with 75 additions and 13 deletions

View File

@@ -120,8 +120,6 @@ class Session(ABC):
"""
raise NotImplementedError
# TODO get rid of now useless cache
@abstractmethod
def cache_file(self, md5_digest, file_size, instance):
"""