I think you are correct ... I can set a "String" but not any other object.
Why? * boolean isSet = mc.set(key, "Some String");* isSet = true and thus everything works correctly. I need to be able to cache any object....What is going wrong? Why is my client failing? Thanks, Will On Sat, Feb 23, 2008 at 7:46 PM, Dustin Sallings <[EMAIL PROTECTED]> wrote: > > On Feb 23, 2008, at 15:14, William Chu wrote: > > > boolean isSet = mc.set(key, object); > > > What is ``object'' ? > > It's likely your client is silently failing to encode the object > for > the wire (or perhaps logging it in such a way you aren't currently > seeing it). > > -- > Dustin Sallings > > > >
