pub async fn storage_get_item(
db: State<'_, DatabaseWrapper>,
item_id: String,
) -> Result<Option<CachedItem>, String>Expand description
Get a single cached item by ID
pub async fn storage_get_item(
db: State<'_, DatabaseWrapper>,
item_id: String,
) -> Result<Option<CachedItem>, String>Get a single cached item by ID