pub type FileCache = MokaCache<CompactString, Bytes>;
A MokaCache with appropriate type parameters for a file cache.
MokaCache