106107108109110111112113
/* (non-Javadoc) * @see org.apache.cocoon.caching.CacheableProcessingComponent#generateValidity() */ public SourceValidity getValidity() { return new NOPValidity(); }
161162163164165166167
public Serializable getKey() { return this.module; } public SourceValidity getValidity() { return new NOPValidity(); }
237238239240241242243
* * @return An "always valid" SourceValidity object. This transformer has no * inputs other than the incoming SAX events. */ public SourceValidity getValidity() { return new NOPValidity(); }
374375376377378379380
268269270271272273274
419420421422423424425
238239240241242243244
375376377378379380381