Skip to content

Commit

Permalink
docs: small update
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Nov 6, 2024
1 parent e99ea45 commit 2d2ea75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/1.docs/2.features/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Once your Nuxt project is deployed, you can manage your cache entries in the `Ca

:nuxt-img{src="/images/landing/nuxthub-admin-cache.png" alt="NuxtHub Admin Cache" width="915" height="515" data-zoom-src="/images/landing/nuxthub-admin-cache.png"}

In development, checkout the Hub Cache section in the Nuxt Devtools.

## API Routes Caching

To cache Nuxt API and server routes, use the `cachedEventHandler` function. This function will cache the response of the server route into the cache storage.
Expand Down

0 comments on commit 2d2ea75

Please sign in to comment.