In 2.0 i would do the following to always cache a component

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]



Reply via email to