org.apache.cocoon.template.environment
Class JXCacheKey

java.lang.Object
  extended by org.apache.cocoon.template.environment.JXCacheKey
All Implemented Interfaces:
Serializable

public final class JXCacheKey
extends Object
implements Serializable

Version:
SVN $Id: JXCacheKey.html 1304258 2012-03-23 10:09:27Z ilgrosso $
See Also:
Serialized Form

Constructor Summary
JXCacheKey(String templateUri, Serializable templateKey)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JXCacheKey

public JXCacheKey(String templateUri,
                  Serializable templateKey)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.