R.cache (version 0.14.0)

findCache: Locates a cache file

Description

Locates a cache file from a key object.

Usage

# S3 method for default
findCache(key=NULL, ...)

Arguments

key

An optional object from which a hexadecimal hash code will be generated and appended to the filename.

...

Additional argument passed to generateCache().

Value

Returns the pathname as a character, or NULL if the no cached data exists.

See Also

generateCache(). loadCache().