You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Upayavira <uv...@upaya.co.uk> on 2004/04/07 19:55:23 UTC

Caching and the CLI (Again)

I'm trying to get caching working again with the CLI/bean, and could do 
with a little help. In CachingProcessingPipeline,. I want to write the 
links, taken from the ObjectModel, into the Store. The 
this.cache.store() method takes a SourceValidity[] array and a 
CachedResponse as its arguments. I need to make a new SourceValidity 
array, perhaps just appending "links" to the end of it, and make a 
CachedResponse from a java.util.List containing all of the gathered links.

Now, for someone who knows this stuff, this should be easy. For me.... :-(

Any one able to throw some sample code my way?

Regards, Upayavira