Skip to content

@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:
NameTypeDescription
DefaultstringUse cache if available
ForcestringUse cache only. If the cache is unavailable or invalid, the build fails
ReadOnlystringDo not create or update any cache but make use of a cache if available
OffstringDo not use any cache and always rebuild