Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for putting goal cache entries.

Hierarchy

Index

Properties

entries

entries: Array<CacheEntry & { type?: string }>

Collection of glob patterns with classifiers to determine which files need to be cached between goal invocations, possibly excluding paths using regular expressions.

Optional onCacheMiss

Optional listener functions that should be called when no cache entry is found.

Optional pushTest

pushTest: PushTest

Optional push test on when to trigger caching

Generated using TypeDoc