HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / TimingSummaries Class / CacheRead Property

In This Topic
    CacheRead Property (TimingSummaries)
    In This Topic
    Returns a TimingSummary object that represents the CacheRead time.
    Syntax
    'Declaration
     
    Public ReadOnly Property CacheRead As TimingSummary
    public TimingSummary CacheRead {get;}
    Remarks
    Cache Read is the time to read the content from the browser cache during (Cache) or 304 responses.
    Requirements
     
    See Also