Interface ICachingEndpoint
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; }
Endpoint that caches the last response.
public interface ICachingEndpoint : IEndpoint
A cached copy of the last response.
ResponseCache? ResponseCache { get; set; }