Skip to content

Commit

Permalink
docs: add caching callout
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmaribojoc authored and sethidden committed May 24, 2024
1 parent e521b30 commit b340b8f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/content/3.middleware/2.guides/5.caching.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Caching

::warning
#title
This guide is for setting cookie headers in in your Alokai application
#default
If you are looking to enable CDN caching, please contact the Alokai team.
::

Caching is another powerful technique that can boost the performance and reliability of your Alokai middleware application. In the following guide, we will cover the caching of responses from GET endpoints that can be cached.

# What are the requirements to cache an endpoint's response?
## What are the requirements to cache an endpoint's response?

If you've created or modified an endpoint and wish to cache its response, the endpoint must:

Expand Down

0 comments on commit b340b8f

Please sign in to comment.