clear_cache: Clear All Caches

View source: R/cache.R View source: R/cache_old.R

clear_cacheR Documentation

Clear All Caches

Description

Removes all cached data.

Removes all cached data from disk and clears memoised functions.

Usage

clear_cache()

clear_cache()

Value

Invisible TRUE. Called for side effects.

Invisible TRUE. Called for side effects (clearing cache files).

Examples


enable_cache()
clear_cache()


enable_cache(tempfile("nomis_cache"))

clear_cache()


nomisdata documentation built on Feb. 10, 2026, 5:10 p.m.