Hi All, I have pretty big website where website configurations are written in separate XML files(not in web.config). I have a class which reads this configurations. So this configurations will be same for all the visitors. So I am looking for a method to cache this classes instance for improved performance...