Caching Techniques in Python

Posted: Thursday, November 4, 2010 by Unknown in Labels:
0

Check out this SlideShare Presentation:



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.

0 comments: