Skip to content

Instantly share code, notes, and snippets.

@abhirockzz
Created February 3, 2016 06:36
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 abhirockzz/d47aff8c39745c7e7ca7 to your computer and use it in GitHub Desktop.
Save abhirockzz/d47aff8c39745c7e7ca7 to your computer and use it in GitHub Desktop.
Any JCache compliant provider should be (ideally) supported
<caches>
<caching-provider>com.hazelcast.cache.HazelcastCachingProvider</caching-provider>
<cache name="jsrinfocache">
<configuration>
<property name="store.by.value" value="true"/>
<property name="management.enabled" value="false"/>
<property name="statistics.enabled" value="true"/>
</configuration>
</cache>
<cache name="anotherone">
<configuration>
<property name="store.by.value" value="false"/>
<property name="management.enabled" value="true"/>
<property name="statistics.enabled" value="false"/>
</configuration>
</cache>
</caches>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment