Show all
Featured wiki pages:
BuildingFromSource Configuration ConfiguringGrails DogpilePrevention MavenRepository
BuildingFromSource Configuration ConfiguringGrails DogpilePrevention MavenRepository
A library for using Memcached as a second level distributed cache in Hibernate.
- Based on the excellent spymemcached client
- Includes support for the Whalin (danga) memcached client
- Supports entity and query caching.
- See the Configuration page
- See how easy it is to configure in Grails
If you have any questions, or just want to drop a line to say it's working great :) use the google-group.
Updates
Hibernate-memcached 1.2.1 Released (10-August-2009)
- Fix for Issue #14 NPE thrown when using getMulti under certain conditions.
Hibernate-memcached 1.2 Released (15-July-2009)
- Updated to spymemcached 2.3
- Support for the binary protocol (requires memcached 1.4, see Configuration page)
- Minor tweak to use getMulti when DogpilePrevention is enabled
Hibernate-memcached 1.1.0 Released! (07-Dec-2008)
After a bit of trial and error with the maven release plugin, the latest release of hibernate-memcached is available. This release includes a few new features:
- Support for the Whalin memcached client
- New Key strategies: Md5KeyStrategy, Sha1KeyStrategy for reducing the length of keys
- Better Exception handling during cache failure scenarios
This is the first release after moving the source to github. Read more on my blog. Enjoy!
Hibernate-memcached 1.0 Released! (20-Aug-2008)
I've finally decided that this thing works pretty well and it's time release 1.0. Hopefully folks will find this library useful and put it through it's paces. If anyone finds a problem please use the Issues tab above or the google group on the right.
Thank you, and enjoy, -Ray Krueger
1.0-RC1 Released (26-Jul-2008)
- If you're using any older hibernate-memcached versions please upgrade and test this!
- Dogpile prevention can now be enabled and configured at a cache region level.
0.8 Released
- Now with Dogpile Prevention!
- This is likely to be the 1.0-RC1 once it gets some testing.