Skip to content

Commit cbbbc0c

Browse files
committed
[INTERNAL] Update cache build diagrams
1 parent 35cad88 commit cbbbc0c

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

rfcs/0017-incremental-build.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ The cache key can be used to identify the cache. It shall be based on the projec
123123

124124
An array of objects, each representing a task that was executed during the build. The object contains the name of the task, the project resources that were read and written by the task, and the resources that were read from the project's dependencies. If the task used globs patterns to read resources, those patterns are stored instead of the resolved paths so that the pattern can later be matched against newly created resources that might invalidate the task.
125125

126-
For each resource that has been read or written, the MD5 hash of the content and the timestamp of last modification are stored. This allows the UI5 Tooling to determine whether the resource has changed since the last build and whether the task cache is still valid.
126+
For each resource that has been read or written, the SHA256 hash of the content and the timestamp of last modification are stored. This allows the UI5 Tooling to determine whether the resource has changed since the last build and whether the task cache is still valid.
127127

128128
**sourceMetadata**
129129

130-
For each *source* file of the project, the MD5 hash of the content and the timestamp of last modification are stored. This allows the UI5 Tooling to determine whether the source files have changed since the last build.
130+
For each *source* file of the project, the SHA256 hash of the content and the timestamp of last modification are stored. This allows the UI5 Tooling to determine whether the source files have changed since the last build.
131131

132132
#### Cache directory structure
133133

-493 Bytes
Binary file not shown.
Loading
Loading
Loading

0 commit comments

Comments
 (0)