Skip to content

Instantly share code, notes, and snippets.

@ApigeeSamples
Created May 7, 2012 10:49
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/2627206 to your computer and use it in GitHub Desktop.
Save ApigeeSamples/2627206 to your computer and use it in GitHub Desktop.
Cache resource configuration
<Cache name="mycache">
<Description>Cache description</Description>
<MaxElementsInMemory>100</MaxElementsInMemory>
<MaxElementsOnDisk>1000</MaxElementsOnDisk>
<OverflowToDisk>true</OverflowToDisk>
<Persistent>false</Persistent>
<ExpirySettings>
<TimeoutInSec>300</TimeoutInSec>
</ExpirySettings>
<Compression>
<MinimumSizeInKB>1024</MinimumSizeInKB>
</Compression>
</Cache>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment