Does Infinispan support Distributed and Remote Second Level Cache for Hibernate when using JPA?
Would you please give me the necessary Maven dependencies and the needed settings in persistence.xml? Any other necessary settings (orther files) mentionned in your answer would be so appreciated.
EDIT 1
Why the downvotes? You can check this link no settings are mentionned. Would you please justify your downvotes?
EDIT : Details
What are the needed properties in persistence.xml to set the L2 cache in a remote cluster/node?
<property name="..." value="..." />
Thank you a lot!