Skip to content

Instantly share code, notes, and snippets.

@saturnism
Created May 28, 2013 19:12
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 saturnism/5665297 to your computer and use it in GitHub Desktop.
Save saturnism/5665297 to your computer and use it in GitHub Desktop.
sample Infinispan JPA cache store configuration
<namedCache name="usersCache">
<loaders passivation="false" shared="true" preload="true">
<jpaStore
persistenceUnitName="myPersistenceUnit"
entityClassName="my.package.User"
/>
</loaders>
</namedCache>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment