| java.lang.Object org.w3c.www.protocol.http.cache.CacheSerializer
All known Subclasses: org.w3c.www.protocol.http.cache.SimpleCacheSerializer,
CacheSerializer | abstract public class CacheSerializer (Code) | | |
readDescription | abstract public CacheGeneration readDescription(CacheGeneration generation, Reader reader) throws IOException(Code) | | Read a Generation containing only CachedResourceDescription,
using a specified reader.
generation, a CacheGeneration, the generation to be 'loaded' reader, the Reader used to read this generation |
readGeneration | abstract public CacheGeneration readGeneration(CacheGeneration generation, Reader reader) throws IOException(Code) | | Read a Generation, using a specified reader
generation, a CacheGeneration, the generation to be saved reader, the Reader used to read this generation |
write | abstract public void write(AttributeHolder holder, Writer writer) throws IOException(Code) | | Save an Attribute Holder
holder, the attribute holder writer, a Writer, the writer used to serialize this generation |
writeGeneration | abstract public void writeGeneration(CacheGeneration generation, Writer writer) throws IOException(Code) | | Save a Generation, using a specified writer
generation, a CacheGeneration, the generation to be saved writer, a Writer, the writer used to serialize this generation |
writeGenerationList | abstract public void writeGenerationList(CacheStore store) throws IOException(Code) | | Save the list of generations (except the 'description' Generation)
store, the Store to be dumped Parameters: writer - a Writer, used to dump |
|
|