Skip to content

Instantly share code, notes, and snippets.

@ApigeeSamples
Last active October 4, 2015 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ApigeeSamples/2626419 to your computer and use it in GitHub Desktop.
Save ApigeeSamples/2626419 to your computer and use it in GitHub Desktop.
Response Caching
<ResponseCache name="ResponseCache">
<CacheResource>mycache</CacheResource>
<Scope>Global</Scope>
<CacheKey>
<Prefix>Apigee</Prefix>
<KeyFragment ref="request.path" />
</CacheKey>
<SkipCacheLookup>{condition}</SkipCacheLookup>
<SkipCachePopulation>{condition}</SkipCachePopulation>
<ExpirySettings>
<TimeoutInSec>300</TimeoutInSec> OR <TimeoutInSec ref="response.header.timeout" />
</ExpirySettings>
</ResponseCache>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment