Show / Hide Table of Contents

Interface ICachingEndpoint

Endpoint that caches the last response.

Inherited Members
IEndpoint.GetLinks(String)
IEndpoint.Link(String)
IEndpoint.LinkTemplate(String, IDictionary<String, Object>)
IEndpoint.LinkTemplate(String, Object)
IEndpoint.Uri
IEndpoint.HttpClient
IEndpoint.Serializer
IEndpoint.ErrorHandler
IEndpoint.LinkExtractor
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
In This Article
Back to top Copyright Bastian Eicher