Skip to content

Instantly share code, notes, and snippets.

@sharrissf
Created September 26, 2011 05:07
Show Gist options
  • Save sharrissf/1241656 to your computer and use it in GitHub Desktop.
Save sharrissf/1241656 to your computer and use it in GitHub Desktop.
Weather Service Example with ARC
<?xml version="1.0" encoding="UTF-8"?>
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ehcache.org/ehcache.xsd"
<!-- Line 4 --> maxBytesLocalHeap="50%">
<diskStore path="java.io.tmpdir/EhCacheSpringExample1" />
<cache name="weatherCache" statistics="true" />
</ehcache>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment