R/cache.R
empty_cache.Rd
Clears both the Julia-side cache and the R-side cache for a Daf object.
empty_cache(daf, clear = NULL, keep = NULL)
A Daf object
Cache group to clear. Can be one of "MappedData", "MemoryData", or "QueryData".
Cache group to keep. Can be one of "MappedData", "MemoryData", or "QueryData".
The Daf object (invisibly, for chaining operations)
See the Julia documentation for details.