type/cache
check for a cache table
Calling Sequence
Parameters
Description
Examples
type(expr,cache)
expr
-
any expression
The type(expr, cache) function returns true if expr is a cache table.
A cache table can be used as a remember table. See CacheOption for details.
c1≔Cache⁡100,permanent=a=2,b=3,temporary=c=4,d=5
c1≔Cache⁡128,temporary=d=5,c=4,permanent=a=2,b=3
type⁡c1,cache
true
See Also
Cache
CacheOption
CachePackage
type
type/table
type/tabular
Download Help Document