public Object get(final Object key, final long txTimestamp) throws CacheException {
   return delegate.get(key, txTimestamp);
 }