LocalLB::ProfileWebAcceleration::CacheEntryExactMatch¶
Member | Type | Description |
profile_name | String | The profile name for which this entry is based on. |
host_name | String | The destination host name. |
uri | String | The document URI that is cached. |
vary_useragent | String | The User-Agent header that causes content to vary. |
vary_encoding | String | The Accept-Encoding header that causes content to vary. |
hits | long | Total number of document hits. |
received | long | When the document was first received, in seconds since Unix epoch. |
last_sent | long | When the document was last served, in seconds since Unix epoch. |
expiration | long | When the document will expire, in seconds since Unix epoch. |
size | long | Total memory taken by all instances of documents for this URI. This includes the HTTP headers. |
See Also¶
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.