CodeIgniter Multicache Library 0.1
After realizing that there’s quite a few people out there who are using Memcache or APC to cache content in their CodeIgniter applications, I figured it was time to build a nice library that takes care of that.
So, here is the release of Multicache 0.1
I haven’t really had time to test it yet, but I think the basic principle is right.
Essentially, I’ve built a caching abstraction layer for you so with a few config changes you can be using apc instead of memcache.
I do plan to test this thoroughly and add more cache type options to the mix.
But for now, check out CodeIgniter Multicache
Plans for future are:
- Clean up code (less switch ($pararm) { )
- Add more cache methods (file, db, etc…
All feedback/bug reports are very welcome. And suggestions to more cache engines would be great. This is really simple, but I’m going for the release early and simple method.


















October 9th, 2007 at 2:04 pm
I like to give a try to this, but something is wrong with the file download, each time i try to get it, i’m redirected to root domain.
Fix it please,
October 9th, 2007 at 3:04 pm
Funny… it is very hard for me to download the file… and incidently I’ve done something very similar so I thought I could donwload your library and ‘compare notes’.
October 9th, 2007 at 6:13 pm
Hey, I’ve fixed the download now… enjoy it!