pub async fn cache_result( pool: &Pool, hash: String, content: &ProcessedContent, ) -> Result<(), Error>
Cache processed content in the database
This function stores processed content in the cache for future use.