getCacheKey.FileCacheKeyInterface: Gets a list of cache key items

getCacheKey.FileCacheKeyInterfaceR Documentation

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 'FileCacheKeyInterface'
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.

  • the file name (aka the basename) as a character string.

  • the file size as a numeric scalar.

  • the file checksum 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 FileCacheKeyInterface.


HenrikBengtsson/aroma.core documentation built on Feb. 20, 2024, 9:17 p.m.