dillon1000/react
Commit
Browse files [simple-cache-provider] Use LRU cache eviction (#12851)
* [simple-cache-provider] Use LRU cache eviction Max size is hard-coded to 500. In the future, we should make this configurable per resource. * Evict PAGE_SIZE records from cache when max limit is reached
Changed paths2 files
First-parent comparisonpackages/simple-cache-provider/src/SimpleCacheProvider.js ModifiedM packages/simple-cache-provider/src/__tests__/SimpleCacheProvider-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…