//! Pass-through cache that never stores anything.
//!
//! Useful for parity tests (does the LiveTable wrapper change behaviour vs.
//! talking to the master directly?) and for opting out of caching at
//! configuration time without rebuilding the read/write path.
use async_trait;
use Result;
use ;
;