Click here to Skip to main content
15,893,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have a list returned by hibernate query using query.list(), now i want to save it into memcached using the set function. But its not helping.

I want to know if a list can be treated as a object because memcached stores key object pair.
or do i need to convert it into some different form to make it work.

#I dont want to convert it into an objectarray but only a single object.

Thanks in advance
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900