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

    Interface CachingEndpoint

    Endpoint that caches the last response.

    interface CachingEndpoint {
        responseCache?: ResponseCache;
    }

    Implemented by

    Index

    Properties

    Properties

    responseCache?: ResponseCache

    A cached copy of the last response.