Caching Techniques in Python
Posted: Thursday, November 4, 2010 by Unknown in Labels: Coding practises/Programming
0
Check out this SlideShare Presentation:
Caching Techniques in Python
View more presentations from Michal Chruszcz.
Generally I write DB wrapper which talks to Database by providing all CRUD operations. This wrapper takes care of setting/updating cache keys.
Note:- If we are using caching for reports then make sure your cache key contains complete search criteria information.