The cache directory used by antanym
Arguments
- cache
string: the gazetteer data can be cached locally, so that it can be used offline later. Valid values are
"session"
,"persistent"
, or a directory name. Specifyingcache="session"
will use a temporary directory that persists only for the current session.cache="persistent"
will userappdirs::user_cache_dir()
to determine the appropriate directory to use. Otherwise, the input string will be assumed to be the path to the directory to use