I'm looking for a cache implementation for the Indy IdHTTP component that would be used for checking of a specific resource is already cached before doing the actual GET and returning the cached resource instead (if appropriate)?
If the component would be a derived class from TIdHTTP and handle the cache-features automatically it would be the easiest way for me, so I could just replace my existing IdHTTP objects with the new component.
Has anyone ever seen such a component for D2010?