Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Caching with Cloud CDN + API Gateway

Is there any clear documentation to implement caching with CDN + API Gateway?

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ResponseCache continueOnError="false" enabled="true" name="RC-Cache">
  <DisplayName>RC-Cache</DisplayName>
  <CacheKey>
    <Prefix/>
    <KeyFragment ref="request.uri" type="string"/>
  </CacheKey>
  <Scope>Exclusive</Scope>
  <ExpirySettings>
    <TimeoutInSeconds ref="">3600</TimeoutInSeconds>
  </ExpirySettings>
</ResponseCache>

I want to implement functionality similar to the above which is done in APIGEE. I want to know is there anyway to achieve this in API Gateway?
0 1 321
1 REPLY 1

Hi @Princy,

Welcome to Google Cloud Community!

Sharing with you documentation regarding cloud CDN caching and API gateway. You may also check below articles published in Medium for reference: 

Google API Gateway, Load Balancer and Content Delivery Network

Creating API Gateway and Load Balancer for Cloud Functions in GCP

Additionally, I would recommend reaching out directly to the Google Cloud Support so they can provide an in-depth assistance needed for this issue

Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.