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.java 587761 2007-10-24 03:08:05Z vgritsenko $
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.