I need to cache some application specific data using Symfony 2's caching system so that I can run cache:clear
to clear it. All the cache relies under app/cache
but how do I actually go about caching data?
http://symfony.com/doc/current/cookbook/index.html
The only topic I see is about HTML caching with Varnish.
See Question&Answers more detail:os