Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WMS_Cache_Event class indicates changes in the status of a cache proxy plug-in. The following table identifies the properties of this class.
| Display name | Property name | Data type | Value | Description | 
|---|---|---|---|---|
| Sub-event | SubEvent | uint32 | Indicates a specific cache event. | |
| Cache Hit=0 | The cache contains the requested content and is up to date. | |||
| Cache Miss=1 | The cache either does not contain the requested content or the content is out of date. | |||
| Download Start=2 | The server has started downloading content into the cache. | |||
| Download Complete=3 | The server has finished downloading content into the cache. | |||
| Redirect=4 | The proxy server has indicated that the client request must be redirected. | |||
| Redirect to Proxy=5 | The client has been redirected to another proxy server. | |||
| Prestuff Complete=6 | Content has been placed in the cache. | |||
| URL | URL | String | Contains the origin URL requested by the client. | |
| Cache Moniker | CachePluginMoniker | String | Contains a moniker for the cache plug-in object. | |
| Download URL | DownloadURL | String | Contains the URL that content is downloaded from. | |
| Redirect URL | RedirectURL | String | Contains the URL to which the client is redirected. |