Skip to content

Commit

Permalink
docs: add caching callout
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmaribojoc committed May 10, 2024
1 parent 269f980 commit 35e6db4
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 35e6db4

Please sign in to comment.