forget: Flush the cache for a given API function

Description Examples

Description

By default, passivetotal API functions cache results using the memoise R pacakge. There are times when you need to ensure you are receiving up-to-date information. By calling forget with the bare function name from the passivetotal package you can invalidate the cache for that function/API call.

Examples

1
2
3
4
## Not run: 
forget(passive_dns)

## End(Not run)

hrbrmstr/passivetotal documentation built on May 17, 2019, 5:12 p.m.