Server Cache
Loading "Server Cache"
Run locally for transcripts
π¨βπΌ As the user selects different ships, we cache the promise in our
getShip
utility. But if they refresh the page, the cache is lost. Our ship data doesn't
change much so we could have the user's browser cache the ship details for a
while to make the data persist across page refreshes.