[][src]Macro rocket_include_tera::tera_response_cache

macro_rules! tera_response_cache {
    ( $cm:expr, $key:expr, $gen:block ) => { ... };
}

Used for wrapping a TeraResponse and its constructor, and use a key to cache its HTML and ETag in memory. The cache is generated only when you are using the release profile.