|
|
Singleton Object that handles a binary cache on top of the http cache management of kio.
A limited number of HTML pages are stored in this cache. This cache is used for the history and operations like "view source". These operations always want to use the original document and don't want to fetch the data from the network again.
It operates completely independent from the kio_http cache.
| KHTMLPageCache * |
[static]
static "constructor".
Returns: returns a pointer to the cache, if it exists. creates a new cache otherwise.
| |
| long |
Create a new cache entry.
Returns: a cache entry ID is returned.
| void |
Add data to the cache entry with id id.
| void |
Signal end of data for the cache entry with id id.
After calling this the entry is marked valid
| void |
Cancel the entry.
| bool |
Returns: true when the cache entry with id is still valid.
and can be accessed for reading.
| void |
Fetch data for cache entry id and send it to slot recvSlot
in the object recvObj
| void |
Cancel sending data to recvObj
| void |
Save the data of cache entry id to the datastream str
| Generated by: masato@ss10 on Wed Apr 11 12:04:37 2001, using kdoc 2.0a48. |