Hi,
Could anyone give me any suggestion on how to implement an XML cache?
Thanks!
Simone
-
XML cache (2 messages)
- Posted by: Simone Milani
- Posted on: March 03 2003 04:32 EST
Threaded Messages (2)
- XML cache by Gal Binyamini on March 03 2003 14:02 EST
- XML cache by Lasse Koskela on March 03 2003 14:09 EST
-
XML cache[ Go to top ]
- Posted by: Gal Binyamini
- Posted on: March 03 2003 14:02 EST
- in response to Simone Milani
What do you mean by "XML cache"?
Gal -
XML cache[ Go to top ]
- Posted by: Lasse Koskela
- Posted on: March 03 2003 14:09 EST
- in response to Simone Milani
How about trying to define an "XML cache"?
What comes to mind is nothing different from a "typical" cache: you've got an abstract chunk of data (java.lang.Object?) and a key (long, String, something very simple), which identifies the cached data unambiguously.
If you're not talking about something else, the question is about the key -- how is the key constructed for a given XML document?