Skip to main content

cache_result

Function cache_result 

Source
pub async fn cache_result(
    pool: &Pool,
    hash: String,
    content: &ProcessedContent,
) -> Result<(), Error>
Expand description

Cache processed content in the database

This function stores processed content in the cache for future use.