Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

Details

The default list of cache key items are:

  • the class name of the object as a character string.

Classes extending/implementing this Interface may override these items.

Value

Returns a list of cache items.

Author(s)

Henrik Bengtsson

See Also

For more information see CacheKeyInterface.


aroma.core

Core Methods and Classes Used by 'aroma.*' Packages Part of the Aroma Framework

v3.2.2
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph], Mark Robinson [ctb], Ken Simpson [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.