Re-exports

pub use cache::*;

Modules

This cache is a wrapper for connector objects that implement the PhysicalMemory trait. It enables a configurable caching layer when accessing physical pages.

Structs

Traits

The PhysicalMemory trait is implemented by memory backends and provides a generic way to read and write from/to physical memory.