Learn R Programming

argoFloats (version 1.0.9)

argoFloatsStoreInCache: Store an Item in the Cache

Description

Store an Item in the Cache

Usage

argoFloatsStoreInCache(name, value, debug = 0)

Value

None (invisible NULL).

Arguments

name

character value, naming the item.

value

the new contents of the item.

debug

an integer, passed to argoFloatsDebug().

See Also

Other functions relating to cached values: argoFloatsClearCache(), argoFloatsGetFromCache(), argoFloatsIsCached(), argoFloatsListCache(), argoFloatsWhenCached()