property cacheManager.CacheOptions.deleteCacheOnExit

Delete the cache when the program exits

note: Due to an issue with Deno, this option will add an event listener to the SIGINT signal in order exit the program and delete the cache

Any modification of this value will be ignored during the program execution

Default true

Type

boolean

Usage

import { type cacheManager } from ".";