Building a better DatabaseCache for Django on MySQL

I recently released version 0.1.10 of my library django-mysql, for which the main new feature was a backend for Django’s cache framework called MySQLCache
. This post covers some of the inspiration and improvements it has, as well as a basic benchmark against Django’s built-in DatabaseCache
.