R/clear_cache.R
clear_cache.Rd
quincunx uses memoised functions for the REST API calls. Use this function to reset the cache.
clear_cache()
Returns a logical value, indicating whether the resetting of the cache was successful (TRUE) or not FALSE.
TRUE
FALSE
clear_cache() #> [1] TRUE