Using sfFileCache directly
You can configure a lot of caching in symfony, so rarely do you need to cache things yourself, but it may happen that one day you decide you need it. I came to that point when I wanted to cache certain results from external web services. I could have used the Function caching, but in this case I wanted to keep a bit more control, possibly altering the cache etc.
posted on February 19, 2008 - 24 comment(s) - tags: symfony, caching, php
06-02-2012: