pub trait CacheImpl: PrivateCacheImpl + Debug { }
Expand description

Trait implemented by all cache types

Implementations on Foreign Types§

source§

impl<T: CacheImpl> CacheImpl for &mut T

Implementors§

source§

impl CacheImpl for NoCache

source§

impl<const PAGE_COUNT: usize> CacheImpl for PagePointerCache<PAGE_COUNT>

source§

impl<const PAGE_COUNT: usize> CacheImpl for PageStateCache<PAGE_COUNT>