fn put(&mut self, offset: u64, data: &[u8], kind: Kind, compressed_size: usize)fn get(&mut self, offset: u64, out: &mut Vec<u8>) -> Option<(Kind, usize)>impl DecodeEntry for DecodeEntryLRU[src]fn put(&mut self, offset: u64, data: &[u8], kind: Kind, compressed_size: usize)[src]fn get(&mut self, offset: u64, out: &mut Vec<u8>) -> Option<(Kind, usize)>[src]impl DecodeEntry for DecodeEntryNoop[src]