Skip to main content

flush_database_pool_cache

Function flush_database_pool_cache 

Source
pub async fn flush_database_pool_cache(
    __arg0: Extension<Arc<DatabasePoolCache>>,
) -> HttpStatusResult
Expand description

Flush database cache

Empties all the database pool and credentials caches, you can use this endpoint if you rotate your database credentials to refresh the database pool without needing to restart the server