public void remove(final Object key) throws CacheException {
   delegate.remove(key);
 }