react-native-onyx 2.0.123 → 2.0.125
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -406,7 +406,7 @@ If a platform needs to use a separate library (like using MMVK for react-native)
|
|
|
406
406
|
|
|
407
407
|
[Docs](./API.md)
|
|
408
408
|
|
|
409
|
-
#
|
|
409
|
+
# Cache Eviction
|
|
410
410
|
|
|
411
411
|
Different platforms come with varying storage capacities and Onyx has a way to gracefully fail when those storage limits are encountered. When Onyx fails to set or modify a key the following steps are taken:
|
|
412
412
|
1. Onyx looks at a list of recently accessed keys (access is defined as subscribed to or modified) and locates the key that was least recently accessed
|