Have you any idea for implementing caching of data on server side in load balancing environment in java?
Asked
Active
Viewed 323 times
-3
-
Not really. A cache for what? What should it do, how should it behave? Why does a simple `HashMap` not work? Should it fit into memory? What have you already looked at, what have you tried? Guava, Caffeine, JCache, Memcached, redis, ehcache, cache2k, imcache, jcabi cache? One of those, probably. Did you look at [this question](http://stackoverflow.com/questions/230649/) or [this question](http://stackoverflow.com/questions/575685/)? – Petr Janeček Jun 22 '15 at 17:00