public void unlockItem(final Object key, final SoftLock lock) throws CacheException {
   delegate.unlockItem(key, lock);
 }