Assigns the value to the cache named varname in current environment.
Usage
mindat_cache_set(varname, value)
Value
No return value. The value will be cached in memory, and the cached value can be fetched by calling the function mindat_cache_get with the assigned varname.