madalinoprea / magneto-varnish

Magento extension that implements full page caching using Varnish
http://moprea.ro/2011/may/6/magento-performance-optimization-varnish-cache-3/
123 stars 36 forks source link

Abstract cache driver for possibility of using other cache backends #8

Open colinmollenhour opened 13 years ago

colinmollenhour commented 13 years ago

It is good to see work being done on a full page cache for CE, but while you are at it, perhaps it could be abstracted to support implementation of other drivers such as file passthrough (via php engine, great for dev environments), nginx, etc.. Besides, all of the curl methods and such would be tucked away neatly in the driver instead of repeated throughout.

If you don't have time or don't want to do this yourself, are at least willing to accept a pull request for this?