Storing objects

Jure Petrovic fonz at siol.net
Fri Dec 8 11:27:23 UTC 2006


No, it didn't. But now it does :))

Thank you!


Now I just have to figure out, how to do the same thing in C.

I am doing some performance comparation between Java and C clients.
For now, C is quite faster...



Regards, 
Jure


On Fri, 2006-12-08 at 01:38 -0800, Steven Grimm wrote:
> Does the class you're trying to store in the cache implement 
> java.io.Serializable? If not, the memcached client won't be able to 
> serialize it.
> 
> All about serialization:
> 
>
http://java.sun.com/developer/technicalArticles/Programming/serialization/
> 
> -Steve




More information about the memcached mailing list