HttpWatch Automation Reference - Version 13.x
HttpWatch Namespace / CacheInfo Class
Properties


In This Topic
    CacheInfo Class Members
    In This Topic

    The following tables list the members exposed by CacheInfo.

    Public Properties
     NameDescription
    Public PropertyHolds the ETag value that is used by the web server to identify this version of the cached resource.  
    Public PropertyGets the date and time at which this cache entry is no longer valid and will need to be updated.  
    Public PropertyGets the number of times this cached resource has been used.  
    Public PropertyReturns a boolean indicating whether an expiration date/time was set by the web server for this cache entry.  
    Public PropertyReturns a boolean value indicating whether the date and time at which this cache entry was last accessed by the browser is available.  
    Public PropertyReturns a boolean value indicating whether a modification date/time was set by the web server for this cache entry.  
    Public PropertyReturns a boolean value indicating whether the date and time at which this cache entry was last updated with content from the web server is available,  
    Public PropertyGets the date and time at which this cache entry was last accessed by the browser.  
    Public PropertyGets the date and time (supplied by the server) at which the content of this cache entry was last modified.  
    Public PropertyGets the date and time at which this cache entry was last updated with content from the web server.  
    Public PropertyA boolean indicating whether the URL's content is stored in the browser cache.  
    Top
    See Also