views:

44

answers:

1

I think my question is already clear enough, but to make it even more clear i will illustrate it with my example.

I'm currently returning many json every request, which I would like to cache in some way. I thought memcache would be great, but I only see that they use memcache for caching queries.

+4  A: 

JSON is just text, so yes, you can store it in memcache.

moraes
Thanks for fast answer. Maybe could have found out by trying.
Sam S