com.caucho.server.distcache
Class CacheHandle

java.lang.Object
  extended by com.caucho.server.distcache.CacheHandle

public class CacheHandle
extends java.lang.Object

Implements the distributed cache


Constructor Summary
CacheHandle(HashKey cacheKey, CacheConfig config)
           
 
Method Summary
 HashKey getCacheKey()
           
 byte[] getCacheKeyHash()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheHandle

public CacheHandle(HashKey cacheKey,
                   CacheConfig config)
Method Detail

getCacheKey

public HashKey getCacheKey()

getCacheKeyHash

public byte[] getCacheKeyHash()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object