pub fn get<K, V>(key: &K) -> Option<(Expiration, V)>where K: Equivalent<String> + Hash + ?Sized, V: DeserializeOwned + Decode<()> + Sync + Send,