Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-20 | Start comment cleanup of libraries | Timothy Warren | 1 | -1/+1 | |
2012-03-26 | Switch private methods and properties to protected and cleanup the Cache ↵ | Andrey Andreev | 1 | -5/+2 | |
library and drivers | |||||
2012-03-12 | Fix some spaces and alignments in the new Wincache driver | Andrey Andreev | 1 | -31/+29 | |
2012-03-03 | Updated tabs, reinserted license, and fixed logic on get() | Mike Davies | 1 | -25/+37 | |
2012-02-29 | Added support for Wincache when running CI on Windows boxes | Mike Davies | 1 | -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. |