Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1.  
  2. <infinispan>
  3. <cache-container>
  4. <distributed-cache name="$CACHE_NAME">
  5. <memory>
  6. <off-heap size="$ENTRIES_IN_MEM"/>
  7. </memory>
  8. <persistence passivation="false">
  9. <file-store fetch-state="true"
  10. read-only="false"
  11. purge="false"/>
  12. </persistence>
  13. <encoding>
  14. <key media-type="application/x-protostream"/>
  15. <value media-type="application/x-protostream"/>
  16. </encoding>
  17. </distributed-cache>
  18. </cache-container>
  19. </infinispan>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement