pub fn cached_page(path: &Path) -> Option<Arc<String>>
Returns the cached body for path, or None if no entry exists.
path
None