Xindice API
version 1.2m1

org.apache.xindice.core.cache
Class DocumentCache.CacheKey

java.lang.Object
  extended byorg.apache.xindice.core.cache.DocumentCache.CacheKey
Enclosing class:
DocumentCache

public static class DocumentCache.CacheKey
extends Object

Cache key consists of collection and resource key


Constructor Summary
DocumentCache.CacheKey(Collection col, Key key)
           
 
Method Summary
 boolean equals(Object o)
           
 Collection getCollection()
           
 Key getKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentCache.CacheKey

public DocumentCache.CacheKey(Collection col,
                              Key key)
Method Detail

getCollection

public Collection getCollection()

getKey

public Key getKey()

hashCode

public int hashCode()

equals

public boolean equals(Object o)

toString

public String toString()

Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.