TypedRest for TypeScript - v0.5.0
    Preparing search index...

    Interface CachingEndpoint

    Endpoint that caches the last response.

    interface CachingEndpoint {
        responseCache?: ResponseCache;
    }

    Implemented by

    Index
    responseCache?: ResponseCache

    A cached copy of the last response.