getCacheKey.CacheKeyInterface | R Documentation |
Gets a list of cache key items that will be added to other cache key items used to generate the cache key.
## S3 method for class 'CacheKeyInterface'
getCacheKey(this, ...)
... |
Additional named arguments to be appended to the list of key items. |
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.
Returns a list
of cache items.
Henrik Bengtsson
For more information see CacheKeyInterface
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.