[][src]Type Definition sandboxfs::ArcCache

type ArcCache = Arc<dyn Cache + Send + Sync>;

A reference-counted Cache that's safe to send across threads.