pub async fn storage_save_item(
db: State<'_, DatabaseWrapper>,
item: CachedItem,
server_id: String,
) -> Result<(), String>Expand description
Save an item to the cache
pub async fn storage_save_item(
db: State<'_, DatabaseWrapper>,
item: CachedItem,
server_id: String,
) -> Result<(), String>Save an item to the cache