Function polars_core::disable_string_cache

source ·
pub fn disable_string_cache()
Available on crate feature dtype-categorical only.
Expand description

Disable and clear the global string cache.

Note: Consider using StringCacheHolder for a more reliable way of enabling and disabling the string cache.