cache - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


type/cache

check for a cache table

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr,cache)

Parameters

expr

-

any expression

Description

• 

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.

Examples

c1Cache100,permanent=a=2,b=3,temporary=c=4,d=5

c1Cache128,temporary=d=5,c=4,permanent=a=2,b=3

(1)

typec1,cache

true

(2)

See Also

Cache

CacheOption

CachePackage

type

type/table

type/tabular