PDA

View Full Version : Thread views/replycount from cache


kamurj
04-12-2007, 03:27 PM
I understand that some thread info is cached, is there a way to get thread replycount/views from the cache?

I think the unserialize is used to loop through the cached array, but which field in the databastore contains thread views/replycount? Can I get this data just for a single thread? or specific threads? If so what arguments do I need to pass to unserialize?

Thank you.

zardos
04-12-2007, 04:34 PM
Am not reall sure but i wold say that the only thing that is cacded is the thread views.

kamurj
04-13-2007, 02:47 PM
Thanks Zardos, I susspected that is the case, was not sure.