Type Alias MmapCache
Source pub type MmapCache = Cache<Mmap, Mmap>;
pub struct MmapCache { }
Maps the files at index_path and value_path to read-only virtual memory ranges.
§Safety
See Mmap.
Mapsindex_file and value_file to read-only virtual memory ranges.
§Safety
See Mmap.