pub struct TenantLruCache<K, V>{ /* private fields */ }Expand description
LRU cache for tenant pools with capacity limits.
Implementations§
Auto Trait Implementations§
impl<K, V> !Freeze for TenantLruCache<K, V>
impl<K, V> !RefUnwindSafe for TenantLruCache<K, V>
impl<K, V> Send for TenantLruCache<K, V>
impl<K, V> Sync for TenantLruCache<K, V>
impl<K, V> Unpin for TenantLruCache<K, V>
impl<K, V> UnwindSafe for TenantLruCache<K, V>where
K: UnwindSafe,
V: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more