A static field’s value is stored in the memory of the JVM, and each JVM will thus have its own static map. This can be OK, unless you want a unique cache for all the members of the cluster.
2
solved Caching mechanism cluster environment
A static field’s value is stored in the memory of the JVM, and each JVM will thus have its own static map. This can be OK, unless you want a unique cache for all the members of the cluster.
2
solved Caching mechanism cluster environment