Note that the AWeb cache is a cache, not a proxy system. This means that the cache is cleared when AWeb finishes. Also, the cache doesn't take the HTTP expiration date into account. This might change in later versions of AWeb.
The swapped documents are stored in AWeb's temporary directory. It should be clear that this would be only meaningful if the temporary directory isn't in RAM. So, if you are using a temporary directory in RAM, be sure to set the document cache memory size large enough.
When the total size of swapped out documents is larger than the document cache disk size, the least recently displayed documents are deleted.
Because the datatype locks the file, the disk file must remain while the image is in memory.
When the total size of image files is larger than the image cache
disk size, the least recently displayed images are deleted.
Low memory
To avoid crashes when running out of memory (caused by the datatypes or
other external programs), AWeb tries to leave at least some amount of
memory free. Whenever there is less memory free than a configurable minimum,
AWeb will start to swap out documents, even if the document cache isn't full
yet. Displayed documents will never be swapped out. If this still haven't
freed up enough memory, AWeb will start flushing images from memory,
even if they are being displayed. As long as the image disk cache isn't full,
they remain on disk.
If you are using a 2MB Amiga, have a look at the 2MB tips. Otherwise, you will probably want to use a
If you use AWeb on a native screen, you will want to keep some chip
memory free as a work space for the datatypes.
On CyberGraphics systems images will go in fast memory, so you will
want to leave some fast memory free on those systems. The exact
amount depends on the number of colours on the CyberGfx screen, and
of course on the total amount of memory.