Caching of hrqolr functions
Usage
cache_hrqolr(max_size = 2 * 1024^3)
clear_hrqolr_cache()
Arguments
- max_size
Maximum size of the cache, in bytes. If the cache exceeds
this size, the entire cache is wiped; this is much faster than using an
eviction policy for how the cache is used in hrqolr
objects will be
removed according to the value of the
Value
NULL
, these functions are called for their side effects: caching (or clearing caches) of
select hrqolr
functions.