pub async fn save( namespace: &str, key_name: &str, value: &str, attributes: Option<HashMap<String, String>>, expired_at: Option<NaiveDateTime>, ) -> Result<(), CacheVaultError>