module Nn_inodecache: sig
.. end
The inodecache checks whether inode metadata is still up to date.
It requests notifications from the main nameserver.
val lookup : int64 -> Pfs_rpcapi_aux.inodeinfo
Looks up the inode in the cache, or raises Not_found
val update : int64 -> Pfs_rpcapi_aux.inodeinfo -> unit
Updates the inode with this inodeinfo
val delete : int64 -> unit
Deletes this inode from the cache
val post_start_hook : Netmcore.res_id -> unit
pool