X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/27616fe74103c079a84ac34b2adb83f1952c5772..8af4c785ee48083eac92a0bd1ccd0bf4c41a9410:/services/fuse/arvados_fuse/fresh.py diff --git a/services/fuse/arvados_fuse/fresh.py b/services/fuse/arvados_fuse/fresh.py index 6ecf35c612..2075741dbd 100644 --- a/services/fuse/arvados_fuse/fresh.py +++ b/services/fuse/arvados_fuse/fresh.py @@ -67,6 +67,8 @@ class FreshBase(object): self.cache_priority = None self.cache_size = 0 self.cache_uuid = None + self.allow_attr_cache = True + self.allow_dirent_cache = True # Mark the value as stale def invalidate(self): @@ -115,3 +117,6 @@ class FreshBase(object): def uuid(self): return None + + def finalize(self): + pass