This function remove specific (or all by default) named data sets from the cache
directory. This will force that data to be read in from the data directory
next time load.project is called.
Usage
clear.cache(...)
Value
Success or failure is reported
Arguments
...
A sequence of character strings of the variables to
be removed from the cache. If none given, then all items in the cache will be removed.