Table of Contents

Interface ICachingEndpoint

Namespace
TypedRest.Endpoints
Assembly
TypedRest.dll

Endpoint that caches the last response.

public interface ICachingEndpoint : IEndpoint
Inherited Members

Properties

ResponseCache

A cached copy of the last response.

ResponseCache? ResponseCache { get; set; }

Property Value

ResponseCache