cache_memory2: In Memory Cache with last access timestamp recorded for each...

Description Usage Arguments Details

Description

A cache in memory, that lasts only in the current R session.

Usage

1
cache_memory2(algo = "xxhash64")

Arguments

algo

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

Details

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


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