org.apache.cocoon.components.source.impl
Interface CachingSourceValidityStrategy

All Known Implementing Classes:
ExpiresCachingSourceValidityStrategy

public interface CachingSourceValidityStrategy

Version:
$Id: CachingSourceValidityStrategy.java 587750 2007-10-24 02:35:22Z vgritsenko $

Method Summary
 boolean checkValidity(CachedSourceResponse response, Source source, long expires)
           
 SourceValidity[] getCacheValidities(CachingSource cachingSource, Source source)
           
 

Method Detail

getCacheValidities

public SourceValidity[] getCacheValidities(CachingSource cachingSource,
                                           Source source)

checkValidity

public boolean checkValidity(CachedSourceResponse response,
                             Source source,
                             long expires)


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