Function meme_cache::set

source ยท
pub async fn set(
    key: impl ToString,
    value: impl Serialize,
    expiration_in_ms: i64,
) -> usize