kpears201

Results 1 issues of kpears201

If I have a function like: ``` #[cached( key = "String", time = 3600, convert = r#"{ id }"#, result = true, )] async fn get_item(id: String) -> Result {...