That worked! Thanks. I was looking at the javadocs and found something called as a CacheMap. I want to use a CacheMap as a logical unit i.e. like a region. If application A creates a CacheMap and populates it, how can application B access the same CacheMap?
On Mar 9, 4:47 pm, Ray Krueger <[email protected]> wrote: > > I'm running the memcached server as well as the applications on my > > local machine. > > Also I use consistent hashing. I don't see any code statement doing a > > flush before the object is accessed again. > > Any other pointers? > > If you are using spymemcached make sure your server list is the same > on both clients. > Also make sure your clients are both configured to use the > "KetamaConnectionFactory".
