Skip to content

Instantly share code, notes, and snippets.

@tristantarrant
Created February 2, 2018 08:01
Show Gist options
  • Select an option

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

Select an option

Save tristantarrant/484f9c4b7d9dee49014826cbc44a94ca to your computer and use it in GitHub Desktop.
Infinispan Configuration Template Wildcards
<infinispan>
<cache-container>
<local-cache-configuration name="basecache*">
<expiration interval="10500" lifespan="11" max-idle="11"/>
</local-cache-configuration>
<local-cache name="basecache-1"/>
<local-cache name="basecache-2"/>
</cache-container>
</infinispan>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment