Hierarchy

  • Cache

Constructors

  • Returns Cache

Properties

hooks: {
    beginIdle: SyncHook<[], void, UnsetAdditionalOptions>;
    endIdle: AsyncParallelHook<[], UnsetAdditionalOptions>;
    get: AsyncSeriesBailHook<[string, null | Etag, ((result, callback) => void)[]], any, UnsetAdditionalOptions>;
    shutdown: AsyncParallelHook<[], UnsetAdditionalOptions>;
    store: AsyncParallelHook<[string, null | Etag, any], UnsetAdditionalOptions>;
    storeBuildDependencies: AsyncParallelHook<[Iterable<string>], UnsetAdditionalOptions>;
}

Type declaration

STAGE_DEFAULT: number
STAGE_DISK: number
STAGE_MEMORY: number
STAGE_NETWORK: number

Methods

  • Returns void

  • Parameters

    Returns void

  • Type Parameters

    • T

    Parameters

    Returns void

  • Parameters

    Returns void

  • Type Parameters

    • T

    Parameters

    Returns void

  • After this method has succeeded the cache can only be restored when build dependencies are

    Parameters

    Returns void

Generated using TypeDoc