Skip to content

Instantly share code, notes, and snippets.

@gakuzzzz
Created November 26, 2012 05:01
Show Gist options
  • Save gakuzzzz/4146680 to your computer and use it in GitHub Desktop.
Save gakuzzzz/4146680 to your computer and use it in GitHub Desktop.
ehcache.xml example
<?xml version="1.0" encoding="UTF-8"?>
<ehcache>
<diskStore path="{your storage path}"/>
<defaultCache
diskPersistent="true"
maxEntriesLocalHeap="1000"
/>
</ehcache>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment