get

Function get 

Source
pub fn get(key: &str) -> Option<String>
Expand description

Retrieve content from the in-memory cache

§Arguments

  • key - Cache key (usually a path or URL)

§Returns

  • Some(String) - Content was found
  • None - Content was not found