On Wed, 2006-02-08 at 20:39 +0000, Lee Carroll wrote: > > Josias wrote > > > > >Maybe the caching happens in the pipeline which serves the fragments to be > >included? Would it be an option for you to set the pipeline to noncaching > >(<map:pipeline type="noncaching">) ? > > > Yes thats where the caching is happening. Ideally I'd like the content > editor to have an option in the edit menu on the > authoring tab to "re-fresh page". This would clear the cache entry for the > current page being viewed in the authoring tab.
Can you send us the sitemap snippet containing this pipeline? If it's a simple pipeline with something like <map:generate src="the-fragment.xml"> the last-modified date of the xml file should be checked and you should always get the updated version. > > I've had a quick look in the api docs and it would appear from first look > that this might be possible. Am I doomed to failure on this or should it be > easy enough. I can just about coble together an xsp. It looks like it should be possible to remove a cached response for a certain key from the cache. But I don't know how to get the correct key. But first I would try to play around with the pipelines... BTW, which version of Lenya/Cocoon are you using? Josias > > Lee C > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
