pub async fn reload() -> Result<(), StorageError>Expand description
Re-read grants from the database into the cache. Called automatically after a
permission edit via the panel; also available for programmatic edits. A no-op
if init was never called.