We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af83017 commit 0ef7231Copy full SHA for 0ef7231
README.md
@@ -129,9 +129,9 @@ Headers to load the image with. e.g. `{ Authorization: 'someAuthToken' }`.
129
130
### `source.cache?: enum`
131
132
-- `FastImage.cache.immutable` - **(Default)** - Only updates if url changes.
133
-- `FastImage.cache.web` - Use headers and follow normal caching procedures.
134
-- `FastImage.cache.cacheOnly` - Only show images from cache, do not make any network requests.
+- `FastImage.cacheControl.immutable` - **(Default)** - Only updates if url changes.
+- `FastImage.cacheControl.web` - Use headers and follow normal caching procedures.
+- `FastImage.cacheControl.cacheOnly` - Only show images from cache, do not make any network requests.
135
136
---
137
0 commit comments