Link Search Menu Expand Document

cache

cache: true

dumber can cache tracing result to speed up consecutive runs. Cache is by default turned on.

You can conditionally turn off cache in some environment.

cache: process.env.NODE_ENV !== 'production'