Skip to contents

Removes cached subjects data, forcing fresh fetch on next load.

Usage

wk_clear_subjects_cache()

Examples

if (FALSE) { # \dontrun{
# Clear cache to force fresh data on next load
wk_clear_subjects_cache()
} # }