Module cache

Module cache 

Source
Expand description

VFS v2 Page Cache integration helpers

Defines the CacheId newtype and the PageCacheCapable trait that provides a common interface for FileObjects supporting the global page cache.

Structs§

CacheId
Opaque identifier for a cacheable file object Drivers are responsible for returning a stable, globally unique id for the lifetime of the filesystem instance.

Traits§

PageCacheCapable
FileObjects that support the global page cache must implement this trait.