summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache/drivers/Cache_wincache.php
AgeCommit message (Collapse)AuthorFilesLines
2012-04-20Start comment cleanup of librariesTimothy Warren1-1/+1
2012-03-26Switch private methods and properties to protected and cleanup the Cache ↵Andrey Andreev1-5/+2
library and drivers
2012-03-12Fix some spaces and alignments in the new Wincache driverAndrey Andreev1-31/+29
2012-03-03Updated tabs, reinserted license, and fixed logic on get()Mike Davies1-25/+37
2012-02-29Added support for Wincache when running CI on Windows boxesMike Davies1-0/+155
Wincache is directly analogous to APC, except with less problems on a Windows environment. Performance wise they are almost identical (for user mode caching at least). Need to have the Wincache PHP module downloaded from http://www.iis.net/download/wincacheforphp.