Skip to contents

Retrieve the value of the cache named varname in current environment.

Usage

mindat_cache_get(varname)

Arguments

varname

string

Value

cached value. A string, list or other objects.

Examples

token<- mindat_cache_get('api_token')