| gdalcubes_use_cache {gdalcubes} | R Documentation |
Enable or disable caching of cubes.
gdalcubes_use_cache(enable = TRUE)
enable |
logical, TRUE if you want to use the data cube cache |
Caching has no effect on disk or memory consumption,
it simply tries to reuse existing temporary files where possible.
For example, changing only parameters to plot will not require
rerunning the full data cube operation chain.
THIS FUNCTION IS DEPRECATED AND IS GOING TO BE REPLACED BY gdalcubes_options.
gdalcubes_use_cache(FALSE)