Cookie Cache Provider

The CCookieCache provider utilizes HTTP Cookies to store cache data. It is shared between the Client Side and Server Side during SSR.

CCookieCache Example

The Cookie Cache Provider is useful when you need cache data to be readily available on both the client side and the server side without a separate payload sync.