va - 2012-04-19

While upgrading from EhCache 2.4 to 2.5.2, I saw that the methods getAndWriteLockAllSyncForKeys and unlockWriteLockForAllKeys were removed from the CacheLockProvider interface. Was there anything wrong with these methods (e.g. wrong implementaion in StripedReadWriteLockSync)? What API replaces them? My application needs multiple key locking/unlocking. What is the recommended new way of doing this with EhCache?

Thank.