posted 6 years ago
I use guava cache in my appliation which was written in a hibernate platform. The problem is my cache doesn't work well when loading the data. It doesn't update quickly when I delete or add a new data.
and this is the way I load data to the server side,
Also I don't use the cache in data saving or deletion. Can some one explain me what is the reson for this issue? Is it a problem of guava cache?