Vinyl
    Preparing search index...

    Class PersistentItemImpl<T, FormatType>

    Provides the logging prefix for all logs made by this target.

    Type Parameters

    • T
    • FormatType

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    logPrefix: string

    A string prefix for all log statements made by this target.

    Methods

    • Gets this item from persistence.

      Returns Promise<T>

    • Removes this item from persistence.

      Returns Promise<void>

    • Saves this item to persistence.

      Parameters

      • value: T

      Returns Promise<void>