A cache using semver ranges to retrieve values.

Type Parameters

  • T

Constructors

Properties

Methods

Constructors

Properties

_cache: {
    [key: string]: {
        [version: string]: T;
    };
} = ...

Type declaration

  • [key: string]: {
        [version: string]: T;
    }
    • [version: string]: T

Methods