File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ or when accessing FC cache values from outside of FC. However, it also has the
4545downside of not supporting cache key names that cannot be used in file names (e.g. /).
4646
4747Rather than using key names as file names, the Hashed scheme, introduced in Version 3.0,
48- uses hashed representations of key names using [ xxHash] [ 4 ] .
49- This function produces a numeric representation of each key that is guaranteed to produce
50- a valid file name. However, the downside of this approach is that xxHash is not guaranteed to
51- produce a unique key. Therefore, FC must account for collisions when using the Hashed
52- scheme. This slight overhead is likely to correspond in slighly higher cache retrieval times.
48+ uses hashed representations of key names using [ xxHash] [ 4 ] . This function produces a
49+ numeric representation of each key that is guaranteed to produce a valid file name.
50+ However, the downside of this approach is that xxHash is not guaranteed to produce a
51+ unique key. Therefore, FC must account for collisions when using the Hashed scheme.
52+ This slight overhead is likely to correspond in slighly higher cache retrieval times.
5353
5454For now, the default caching scheme is set to ` Basic ` in order to maintain compatibility with
5555prior releases. Furthermore, while the ` Hashed ` scheme passes all unit tests, * _ it should
You can’t perform that action at this time.
0 commit comments