Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. profile name="default">
  2. <include profile="web-base"/>
  3. <subsystem xmlns="urn:jboss:domain:infinispan:1.0" default-cache-container="hibernate">
  4. <cache-container name="hibernate" default-cache="local-query">
  5. <local-cache name="entity">
  6. <eviction strategy="LRU" max-entries="10000"/>
  7. <expiration max-idle="100000"/>
  8. </local-cache>
  9. <local-cache name="local-query">
  10. <eviction strategy="LRU" max-entries="10000"/>
  11. <expiration max-idle="100000"/>
  12. </local-cache>
  13. <local-cache name="timestamps">
  14. <eviction strategy="NONE"/>
  15. </local-cache>
  16. </cache-container>
  17. </subsystem>
  18. </profile>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement