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.
Related posts: