make_cacher: Create a caching function

Description Usage Arguments Value See Also

Description

Create a caching function

Usage

1
2
make_cacher(fchk = false, fdel = nothing, fput = nothing,
  fget = nothing)

Arguments

fchk

determines if a cached value exists

fdel

deletes any cached value

fput

caches the input

fget

returns the cached value

Value

a caching function

See Also

Other makers: make_effector, make_validator


arendsee/pied documentation built on May 10, 2019, 1:20 p.m.