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

All Known Implementing Classes:
ExpiresCachingSourceValidityStrategy

public interface CachingSourceValidityStrategy

Version:
$Id: CachingSourceValidityStrategy.html 1304280 2012-03-23 11:18:01Z ilgrosso $

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.