Skip to contents

[Experimental]

Removes all cached curator context entries

Usage

curator_cache_clear()

Value

NULL invisibly

Examples

if (FALSE) { # \dontrun{
# Clear all cached contexts
curator_cache_clear()

# Verify cache is empty
curator_cache_stats()
} # }