Skip to content

Allow TS typing of cached value: new NodeCache<MyType>(...) #273

@ThomasAribart

Description

@ThomasAribart

This would allow custom type enforcing to all methods.

const cachedValue = cache.get(...) // => undefined | MyType
cache.set(...) // => Invalid if value is not assignable to MyType

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions