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

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