public CacheValidity generateValidity() {
return NOPCacheValidity.CACHE_VALIDITY;
}What is the 2.1x equivalent for this? (i'm writing a caching request generator)
public SourceValidity getValidity() {
return ??;
}thanks Jorg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
