A cache event has occurred. You can determine the exact nature of the event by examining the WMS_COMMAND_CONTEXT_EVENT value in the command context. This will contain a value from the WMS_CACHE_EVENT_TYPE enumeration type, as shown in the following table.
Name
Description
WMS_EVENT_CACHE_HIT
The cache contains the requested content and is up to date.
WMS_EVENT_CACHE_MISS
The cache either does not contain the requested content or the content is out of date.
WMS_EVENT_CACHE_DOWNLOAD_START
The server has started downloading content into the cache.
WMS_EVENT_CACHE_DOWNLOAD_COMPLETE
The server has finished downloading content into the cache.
WMS_EVENT_CACHE_REDIRECT
The proxy server has indicated that the client request must be redirected.
WMS_EVENT_CACHE_REDIRECT_TO_PROXY
The proxy server has indicated that the client request must be redirected to another proxy computer.
WMS_EVENT_CACHE_PRESTUFF_COMPLETE
The server has finished filling the cache with content.