org.apache.cocoon.pipeline.caching
Class AbstractCacheKey

java.lang.Object
  extended by org.apache.cocoon.pipeline.caching.AbstractCacheKey
All Implemented Interfaces:
Serializable, CacheKey
Direct Known Subclasses:
CompoundCacheKey, ExpiresCacheKey, InvalidCacheKey, ParameterCacheKey, SimpleCacheKey, TimestampCacheKey

public abstract class AbstractCacheKey
extends Object
implements CacheKey

See Also:
Serialized Form

Constructor Summary
AbstractCacheKey()
           
 
Method Summary
 String getJmxGroupName()
           
 boolean hasJmxGroupName()
           
 void setJmxGroupName(String jmxGroupName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.pipeline.caching.CacheKey
getLastModified, isValid
 

Constructor Detail

AbstractCacheKey

public AbstractCacheKey()
Method Detail

getJmxGroupName

public String getJmxGroupName()
Specified by:
getJmxGroupName in interface CacheKey

hasJmxGroupName

public boolean hasJmxGroupName()
Specified by:
hasJmxGroupName in interface CacheKey

setJmxGroupName

public void setJmxGroupName(String jmxGroupName)
Specified by:
setJmxGroupName in interface CacheKey


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