```
async function getAllCards() {
"use cache"
cacheLife("weeks")
```
The function doesn’t take any arguments (which I believe it should make it easier to cache?)
```
async function getAllCards() {
"use cache"
cacheLife("weeks")
```
The function doesn’t take any arguments (which I believe it should make it easier to cache?)
Am I misinterpreting the logs? If not, why does it store the value in the cache again right after?
Am I misinterpreting the logs? If not, why does it store the value in the cache again right after?
bsky.app/profile/maxi...
bsky.app/profile/maxi...