8000 Allow TS typing of cached value: `new NodeCache<MyType>(...)` · Issue #273 · node-cache/node-cache · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Allow TS typing of cached value: new NodeCache<MyType>(...) #273
Open
@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

      0