Does xcache support caching of associative arrays. I am using xcache on my production server and would like to use it to cache mysql resutl sets, similar to what APC supports. On the site its mention xcache does not support resource and object caching. Sheldon
on 02.06.2008 08:38
on 04.06.2008 11:36
Sheldon wrote: > Does xcache support caching of associative arrays. I am using xcache on sure > my production server and would like to use it to cache mysql resutl > sets, similar to what APC supports. > > On the site its mention xcache does not support resource and object > caching. u can always use serialize/unseralize for it > > Sheldon

