org.apache.cocoon.pipeline.caching
Interface CacheKey

All Known Implementing Classes:
CompoundCacheKey, ParameterCacheKey, SimpleCacheKey, TimestampCacheKey

public interface CacheKey


Method Summary
 long getLastModifed()
           
 boolean isValid(CacheKey cacheKey)
           
 

Method Detail

isValid

boolean isValid(CacheKey cacheKey)

getLastModifed

long getLastModifed()


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