Changes
=======
0.00999_03 - 03 Sep 2009
* Allow coercing from hash to Cache::Memcached objects
0.00999_02 - 20 Aug 2009
* Makefile.PL tweaks.
0.00999_01 - 17 Aug 2009
* Use MooseX::Role::Parameterized.
* This breaks compatibility, if you were digging through WithCache's
internal API
0.00005 - 21 Jul 2009
* Allow other types of memcached clients
0.00004 - 18 Mar 2009
* Grr, forgot to update MANIFEST
0.00003 - 17 Mar 2009
* Add FastMmap backend (Taro Funaki)
* Implement get_multi
0.00002 - 16 Jan 2009
* Refactor backend so that it doesn't hold wasteful attributes.
* Add CHI backend.
* Attribute key_generator is now called cache_key_generator
* Much better test coverage.
0.00001 - 16 Oct 2008
* Initial release