Your Account
Community
Topics (Upcoming)
More |
View story
Using sfFileCache directly
http://feeds.feedburner.com/~r/symfony/planet/~3/237855659/U...
Submitted by
narko
7 months, 2 weeks, 5 days, 5 hours agoYou 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...
Tags: symfony
|