org.apache.cocoon.pipeline.caching
Class AbstractCacheKey
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCacheKey
public AbstractCacheKey()
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.