pub fn get<K, V>(key: K) -> Option<(Expiration, V)>where K: Into<String>, V: DeserializeOwned + Decode<()> + Sync + Send,