oc_clear_cache function

Clear the opencage cache

Clear the opencage cache

Forget past results and reset the opencage cache.

oc_clear_cache()

Examples

system.time(oc_reverse(latitude = 10, longitude = 10)) system.time(oc_reverse(latitude = 10, longitude = 10)) oc_clear_cache() system.time(oc_reverse(latitude = 10, longitude = 10))