cache_filesystem2: Filesystem Cache with last access timestamp recorded for each...

Description Usage Arguments Details

Description

Use a cache on the local filesystem that will persist between R sessions.

Usage

1
2
cache_filesystem2(path = tempdir(), algo = "xxhash64",
  compress = TRUE)

Arguments

path

Directory in which to store cached items.

algo

The hashing algorithm used for the cache, see digest for available algorithms.

compress

option passed to saveRDS i.e. TRUE, FALSE, 'gzip', 'bzip2', 'xz', default: FALSE.

Details

This function differs from memoise::cache_filesystem in a number of ways:


coolbutuseless/memoisetools documentation built on May 31, 2019, 12:45 a.m.