/** {@inheritDoc} */
 @Override
 public void loadCache(GridPredicate2<K, V> p, long ttl, Object[] args) throws GridException {
   dht.loadCache(p, ttl, args);
 }