@ui5/project/build/cache/Cache
Cache modes for building UI5 projects
Description: Cache modes for building UI5 projects
Source: project/lib/build/cache/Cache.js, line 1
Properties:
| Name | Type | Description |
|---|---|---|
Default | string | Use cache if available |
Force | string | Use cache only. If the cache is unavailable or invalid, the build fails |
ReadOnly | string | Do not create or update any cache but make use of a cache if available |
Off | string | Do not use any cache and always rebuild |

