Interface ICachingEndpoint
Endpoint that caches the last response.
Inherited Members
Namespace: TypedRest.Endpoints
Assembly: TypedRest.dll
Syntax
public interface ICachingEndpoint : IEndpoint
Properties
ResponseCache
A cached copy of the last response.
Declaration
ResponseCache ResponseCache { get; set; }
Property Value
Type | Description |
---|---|
ResponseCache |