org.apache.cocoon.template.environment
Class JXCacheKey

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

public final class JXCacheKey
extends Object
implements Serializable

Version:
SVN $Id: JXCacheKey.html 1304280 2012-03-23 11:18:01Z 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()

toString

public String toString()

equals

public boolean equals(Object o)


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