interface IncrementalCompilerOptions
extends FilterCompilerOptions
Options for incremental compilation
optional
cache: ICacheStorage
Cache storage implementation
optional
maxCacheAge: number
Maximum age for cached entries in milliseconds
optional
forceRefresh: string[]
Force refresh specific sources
optional
useConditionalRequests: boolean
Whether to use conditional requests (If-None-Match, If-Modified-Since)