I\'m using fragment caching a lot and it is essential to me for good performance. However, due to the complexity of the caching I\'m using, I need to offer my testers, a way to disable/enable caching
I\'ve been implementing caching in my django application, and used per view caching via the cache API and template fragment caching.