CodeIgniter Forums
New Multicache 0.1 - Memcache, APC - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: New Multicache 0.1 - Memcache, APC (/showthread.php?tid=3539)



New Multicache 0.1 - Memcache, APC - El Forum - 10-09-2007

[eluser]Elliot Haughin[/eluser]
Hey guys... I've decided to build a basic cache abstraction library.
Would you mind testing/debugging this with me? - I've not really had a proper test on this.

You can read all about it here:
CodeIgniter Multicache 0.1 Release

Elliot


New Multicache 0.1 - Memcache, APC - El Forum - 12-14-2007

[eluser]Base Willy[/eluser]
Hey!

I've posted at comment at your blog but there's no answer.

Nice work but for me it’s one thing missing and I can’t use your class because of it. I’m talking about grouping cache items to reset them by group name. For example, i have lots of pages in some catalog and sometime I need to make some change and clear cached catalog pages. Unfortenately, php_memcached don’t have such functionality “from the box” :-(