I am getting content (most of it is images) from remote servers. The thing is that I wanted to implement a cache mechanism based on the http cache headers, i.e. sending a If-Modified-Since header and receiving a 304 if the resource hasn't changed.

The second limitation is that the component is supposed to work multithreaded and get a bunch of n images simultaneously.

Thats why I was thinking that one cache key is not enough and I need directy access to the cache system.

Greets,

Nils

Ard Schrijvers schrieb:
Is it not enough to make your transformer implement 
CacheableProcessingComponent??

If you have problems I can sent you an example,

Regards AS


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

Reply via email to