Skip to content

Instantly share code, notes, and snippets.

@tristantarrant
Created August 12, 2016 15:54
Show Gist options
  • Select an option

  • Save tristantarrant/ff449e2f1bb438f722aeccda6e33b3c7 to your computer and use it in GitHub Desktop.

Select an option

Save tristantarrant/ff449e2f1bb438f722aeccda6e33b3c7 to your computer and use it in GitHub Desktop.
<cache-container default-cache="default">
<local-cache name="default">
<persistence passivation="false">
<cloud-store xmlns="urn:infinispan:config:store:cloud:8.0"
provider="transient"
location="test-location"
identity="me"
credential="s3cr3t"
container="test-container"
endpoint="http://test.endpoint"
compress="true"/>
</persistence>
</local-cache>
</cache-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment