CodeIgniter Forums
Is core missing Caching driver? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Is core missing Caching driver? (/showthread.php?tid=38273)



Is core missing Caching driver? - El Forum - 02-03-2011

[eluser]gidarren[/eluser]
The page is a 404 in the user guide for core, is this missing?


Is core missing Caching driver? - El Forum - 02-03-2011

[eluser]Kindari[/eluser]
The caching driver is currently in Reactor, not Core.

You can still use the older caching method; http://ellislab.com/codeigniter/user-guide/general/caching.html


Is core missing Caching driver? - El Forum - 02-03-2011

[eluser]gidarren[/eluser]
Is it experimental?


Is core missing Caching driver? - El Forum - 02-03-2011

[eluser]Kindari[/eluser]
I have not used it yet but from looking at the source it looks alright. I would indeed call it experimental until more people have had a chance to test it.

Remember, the caching driver is just an interface, APC, memcached etc do the actual work, and those projects have been pretty fledged out.


Is core missing Caching driver? - El Forum - 02-03-2011

[eluser]gidarren[/eluser]
Ok we will wait then because we are developing a commercial product and we want stability overall.