exists

Function exists 

Source
pub fn exists(key: &str) -> bool
Expand description

Check if a key exists in the in-memory cache

§Arguments

  • key - Cache key to check

§Returns

  • true - Key exists in cache
  • false - Key does not exist in cache