Skip to main content
http://meta.stackoverflow.com/q/137230/182741
Link
j0k
  • 22.8k
  • 28
  • 81
  • 90
Source Link
Robin Drexler
  • 4.5k
  • 3
  • 28
  • 28

How to cache data in symfony2

Is there any built in possibility (or an external bundle) to cache data in Symfony2?

I don't want to cache the page itself, but data inside the application, using a simple key -> value store on the file system for example.