Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 334 Bytes

File metadata and controls

21 lines (16 loc) · 334 Bytes
layout default
title cache
nav_order 3
permalink /options/cache
parent Options

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'