File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ <h4>Server-side caching</h4>
99 < ul class ="inline-disc ">
1010 < li > Internal — This is an in-memory store per < a href ="//nodejs.org "> node process</ a > , the language the API server is written in.</ li >
1111 < li > Redis — We have a Redis cache in place for regions where multiple backend servers are running.</ li >
12- < li > Varnish — We now also have a varnish cache in place, this replaced some cloudflare caching rules we had, which was less effective.</ li >
12+ < li > Varnish — We now also have a varnish cache in place, this replaced some cloudflare caching rules we had, which were less effective.</ li >
1313 </ ul >
1414 < p > < strong > How long do you cache for?</ strong > </ p >
1515 < p > It depends which API you are querying, please see the table below for cache duration.</ p >
@@ -62,4 +62,4 @@ <h4>API Responses</h4>
6262 < li > < kbd > X-Varnish-Cache</ kbd > ‐ Potentially if your request 'hit' our varnish cache server or not</ li >
6363 </ ul >
6464 </ div >
65- </ div >
65+ </ div >
You can’t perform that action at this time.
0 commit comments