Customizable Cache Keys

Each piece of cached content has a unique identifier. This identifier can be based on various attributes such as URL parameters, headers, cookies, or specific parts of the URL structure.

With this customization, you can choose which components construct the cache key, thus offering more precise caching conditions. This helps to ensure appropriate caching based on your distinct use case. Customized cache keys will cache different variations of the same content (for example, language-specific versions) as independent cache entries.

When a user requests content, the edge server evaluates the cache key and, based on the request attributes, retrieves the specific content from the cache. This process allows more accurate caching mannerism, and a mechanism to retrieve user-tailored requests.