cache_get: Retrieve from cache

Description Usage Arguments Value

View source: R/cache.R

Description

Retrieve from cache

Usage

1
cache_get(function_name, function_call, cache)

Arguments

function_name

function to retrieve against

function_call

function call to retrieve against

cache

a Cache object

Value

the result of evaluating function_call (either directly or from the cache)


mattdneal/cacheMan documentation built on May 21, 2019, 12:58 p.m.