Is it possible, to cache an XML DOM object using PHP? I'd like to not have to parse the XML file every time I need access to the data.
I've done several searches around the net and haven't seen a solution to this problem yet.
-Todd