Skip to content

Instantly share code, notes, and snippets.

@EricWittmann
Last active September 1, 2016 00:09
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 EricWittmann/437432397f03270737d9fbd9bdadeaea to your computer and use it in GitHub Desktop.
Save EricWittmann/437432397f03270737d9fbd9bdadeaea to your computer and use it in GitHub Desktop.
<subsystem xmlns="urn:jboss:domain:infinispan:4.0">
<cache-container name="apiman" jndi-name="infinispan/apiman">
<local-cache name="shared-state" />
<local-cache name="rate-limiter">
<file-store passivation="false" />
</local-cache>
<local-cache name="cachestore">
<file-store passivation="true" />
</local-cache>
</cache-container>
</subsystem>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment