/** {@inheritDoc} */
 @Override
 public GridFuture<?> loadCacheAsync(GridPredicate2<K, V> p, long ttl, Object[] args) {
   return dht.loadCacheAsync(p, ttl, args);
 }