The following table describes parameters for the dr_cache_refresh function.
Table 7–2 dr_cache_refresh parameters|
Parameter |
Description |
|---|---|
|
DrHdl hdl |
Persistent handle created by the dr_cache_init function. |
|
const char *key |
Key to cache, search, or refresh. |
|
PRUint32 klen |
Length of the key in bytes. |
|
PRIntervalTime timeout |
Expiration time of this entry; if a value of 0 is passed, the maxAge value passed to dr_cache_init is used. |
|
Entry *entry |
The not NULL entry to be cached. |
|
Request *rq |
Pointer to the request. |
|
Session *sn |
Pointer to the session. |