Hello Antonio,

I am not sure whether I can use the ExpiresCachingPipeline because I am implementing a kind of Proxy, so I have to make sure the content is up2date.

To explain it better, here a simple description of the pipeline:

1. Transformations (Preparation)
2. Fetching of external content
3. Transformation

After having fetched the content, I can decide if it changed or not, so I could skip step 3. I can't cache step 2 as I can never be sure that the external content did not change...

How can I implement a cache mechanism for my special case?

Hi Nils,

This thread may help you [1]

Best Regards,

Antonio Gallardo

[1] http://marc.theaimsgroup.com/?t=114071517900001

Nils Kaiser escribió:
Hello,

I have a complex pipeline which contains some self written components that generate and transform data in steps that cannot really be cached (dependent on external resources like the result of a request...).

What are the possibilities to implement a custom cachin scheme? Is there a way to define a step in the pipeline where caching is possible again (not just if all preceding components are cache-aware?).

Greetings,

Nils


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to