I am currently working on a context where the application uses Hazelcast. The paradigm used is not embedded, therefore server-client is used. I am having a flow where on a distributed map is executed a query. After all the optimizations I could think of, different combinations with memory format, query cache, indexes etc. The most I could achieve was around
Tag: spring-cache
SpringBoot cache not working for non parameter methods
I have one spring boot application pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www….