Hi all, <br><br>I&#39;m new to the list and have not found out how to search the archive. While I find out how, I will post this (hopefully not-stupid ) question.<br><br>I&#39;m using the java client so, I&#39;ll ask about the method in the javadoc
<br><pre>        MemCachedClient mc = new MemCachedClient();<br>        String key   = &quot;cacheKey1&quot;;     <br>        Object value = SomeClass.getObject();   <br>        Integer hash = new Integer(45); <br>        
mc.set(key, value, hash);</pre><br>What is the hash (Integer)&nbsp; arg to this method do? Is this a way for picking the bucket? I wasn&#39;t sure if this was a seed for the hash function ? I&#39;m pretty new to using memcache d. Your help is appreciated.
<br><br>thanks<br><br>