mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 11:48:16 +00:00
Update how-is-caching-handled.md
This commit is contained in:
parent
c89e1500e1
commit
32c5134b68
@ -22,3 +22,7 @@ Next time the app is opened:
|
||||
- Display the cached profile picture immediately.
|
||||
- Request the user json again (this time it will have the new profile picture url).
|
||||
- Display the new profile picture.
|
||||
|
||||
## How is the cache cleared?
|
||||
|
||||
As the app is used the cache fills up. When the cache reaches its maximum size the least frequently used images will be purged from the cache. You generally do not need to manually manage the cache.
|
||||
|
Loading…
x
Reference in New Issue
Block a user