X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/28e6503a62fbbff41224843c8c39f4052242c8cd..f486405f195083289f543b5524c4059b01f49026:/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