Tag: caching


  • Using sfFileCache directly

    To do this I wrote a little wrapper class that contained three little methods, but that opened up the symfony file cache for my own usage. I wanted to ensure I didn’t end up with tons of cache objects, so first I implemented a method that would only create a new cache object if I…