Learn R Programming

aroma.core (version 2.14.0)

getCacheKey.CacheKeyInterface: Gets a list of cache key items

Description

Gets a list of cache key items that will be added to other cache key items used to generate the cache key.

Usage

## S3 method for class 'CacheKeyInterface':
getCacheKey(this, ...)

Arguments

...
Additional named arguments to be appended to the list of key items.

Value

  • Returns a list of cache items.

Details

The default list of cache key items are:
  • the class name of the object as acharacterstring.

Classes extending/implementing this Interface may override these items.

See Also

For more information see CacheKeyInterface.