Posted on March 1, 2014 Leave a Comment
Was getting this error when I was trying to set a custom object: memCachedClient.set(“customerObj”, 3600, new Customer(“John”, “Doe”)); This occurs because the memcached client is loaded using a classloader and the serialized object class is loaded using another classloader. To fix this you must pass to the memcahed client connector factory a custom transcoder.
Posted on March 1, 2014 Leave a Comment
Heroku Memcached Cloud Junit Test
Posted on January 15, 2014 Leave a Comment
Add memcachedcloud to your project: heroku addons:add memcachedcloud 1. Setup Memcached Configuration 2. Setup Memcached Service 1. Setup Memcached Configuration 2. Setup Memcached Service