TypedRest for TypeScript - v0.4.0
Preparing search index...
endpoints
CachingEndpoint
Interface CachingEndpoint
Endpoint that caches the last response.
interface
CachingEndpoint
{
responseCache
?:
ResponseCache
;
}
Implemented by
ETagEndpointBase
Index
Properties
response
Cache?
Properties
Optional
response
Cache
responseCache
?:
ResponseCache
A cached copy of the last response.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
response
Cache
TypedRest for TypeScript - v0.4.0
Loading...
Endpoint that caches the last response.