public ImageCacher(string pickedImage) { m_pickedImagePath = pickedImage; m_imageObject = HttpRuntime.Cache.Get(m_pickedImagePath) as ImageObject; }