FileCache ComponentHow many times did you need to write content from a file to the client? Scenarios include common files that don't work with the SSI mechanism, or that you simply want to hide for example image files. Though you could use the FileSystemObject, this gets tedious. That's why we have created a component that takes care of everything: reading a file (including mapping the path), buffering it in memory, setting the MIME type and finally writing it to the client.