Skip to content

Commit 8caa3f9

Browse files
authored
Update README.md
1 parent 0e6c0ba commit 8caa3f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ or when accessing FC cache values from outside of FC. However, it also has the
4545
downside of not supporting cache key names that cannot be used in file names (e.g. /).
4646

4747
Rather 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

5454
For now, the default caching scheme is set to `Basic` in order to maintain compatibility with
5555
prior releases. Furthermore, while the `Hashed` scheme passes all unit tests, *_it should

0 commit comments

Comments
 (0)