Function duckdb_destroy_instance_cache

Source
pub unsafe extern "C" fn duckdb_destroy_instance_cache(
    instance_cache: *mut duckdb_instance_cache,
)
Expand description

Destroys an existing database instance cache and de-allocates its memory.

@param instance_cache The instance cache to destroy.