Skip to content

Instantly share code, notes, and snippets.

@ApigeeSamples
Created May 7, 2012 11:17
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/2627295 to your computer and use it in GitHub Desktop.
Save ApigeeSamples/2627295 to your computer and use it in GitHub Desktop.
Lookup Cache
<LookupCache name="LookupMyCache">
<CacheResource>mycache</CacheResource>
<AssignTo>{flow variable}</AssignTo>
<Scope>Global/Application/Proxy/Target/Exclusive</Scope>
<CacheKey>
<Prefix>UserToken</Prefix>
<KeyFragment ref="request.header.id1" />
<KeyFragment ref="request.header.id2" />
</CacheKey>
</LookupCache>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment