I have a symfony website running on the standard LAMP setup.
I need to store about 400 bytes (the result of a JSON query, actually). the result for this query fails often (out of my hands). I want to cache this somehow. what is the easiest, cleanest, lightest way to do this?
I have a MySQL database that's being used by my models, so I could hypothetically use this. but is there a simpler way that I don't know about?