Problem
You are running PHP in Windows and want to use the WinCache Driver.
Solution
Configure caching to use it.
Edit app/config/cache.php and change the driver to 'wincache'.
'driver' => 'wincache',
Discussion
WinCache requires the IIS server using the FastCGI extension.
Detailed setup instructions are beyond the scope of this book. You can find out more at:
