Caching

Caching helps applications perform faster and cost less. Check out this article to learn about the Prepr API caching approach.

All Prepr content is served by our globally distributed content delivery network (CDN). When you send your first request to the API, its response is cached in an edge cache location of our partner Fastly. If you repeat the same request, you get a cached response from the CDN within 12 ms (on average).

With Prepr’s CDN cache, you can deliver a great web performance and user experience, particularly:

  • Reduce the load time of your page.
  • Provide a more secure network.
  • Ensure maximum availability and accessibility to your website.

Learn more about the Prepr API caching approach below.

Two-level caching strategy

The Prepr API uses a multi-tiered caching approach that serves as real-time load-balancing between multiple CDNs.

Incoming requests are processed by the edge servers in locations closer to the end user. When those edge servers don't have a cached response for the query, they will retrieve information from our main cache layer in the Amsterdam Data Center before eventually retrieving it from Prepr's backend servers.

As a result, the two-level caching strategy significantly reduces the distance the information has to travel.

Smart cache invalidation

Our CDN cache uses Smart Invalidation, which allows removing stale cache entries before their normal expiration time (also known as Time to live - TTL).

The Smart Invalidation algorithm continuously processes and analyzes all queries that pass through the CDN edge locations. Whenever content items or underlying schemas change in Prepr, the edge servers automatically invalidate the associated data from the cache. This guarantees that the most current data is always served to your website visitors.

No rate limits

No limits are enforced on requests that hit Prepr’s CDN cache. It means these requests don’t count toward the rate limits, and you can make unlimited cache hits.

Caching headers

Prepr sets the following HTTP headers on all API responses by default:

header attributedescription
X-Prepr-CacheIndicates whether the request was a HIT or a MISS. Read more
X-Prepr-IdentityIndicates the cache servers processing the response. Read more
X-Prepr-RegionIndicates a region where the response is processed.

Purging cache

When you need a real-time sync of new content or you need to clear old versions of data in the case of a manual deployment, you can manually purge cache for an access token by doing the following:

  1. Go to Settings > Access tokens to view all the access tokens.
  2. Click the access token for which you want to purge the cache and click the Purge token cache button.

purge cache 3. Then click the Purge cache to confirm your decision.

confirm purge