| |
|
| java.lang.Object org.apache.cocoon.caching.SourceCacheValidity
SourceCacheValidity | final public class SourceCacheValidity implements CacheValidity(Code) | | A CacheValidity object wrapping the Avalon Excalibur
SourceValidity object.
since: 2.1 author: Carsten Ziegeler version: CVS $Id: SourceCacheValidity.java 433543 2006-08-22 06:22:54Z crossley $ |
sourceValidity | protected SourceValidity sourceValidity(Code) | | |
SourceCacheValidity | public SourceCacheValidity(SourceValidity validity)(Code) | | Constructor
|
getSourceValidity | public SourceValidity getSourceValidity()(Code) | | Get the real validity
|
isValid | public boolean isValid(CacheValidity validity)(Code) | | Check if the component is still valid.
This is only true, if the incoming CacheValidity is of the same
type and has the same values.
|
|
|
|