Options
All
  • Public
  • Public/Protected
  • All
Menu

Options object for in-memory caching.

Hierarchy

  • MemoryCacheOptions

Index

Properties

cacheUnaffected?: boolean

Additionally cache computation of modules that are unchanged and reference only unchanged modules.

maxGenerations?: number

Number of generations unused cache entries stay in memory cache at minimum (1 = may be removed after unused for a single compilation, ..., Infinity: kept forever).

type: "memory"

In memory caching.