TESSA Web API
    Preparing search index...

    Class UserInfoCacheExpirationResolver

    Determines whether a cached user record has expired.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Checks if the given user record is expired based on its cache time.

      Parameters

      • cacheTime: number

        Timestamp when the record was cached.

      • _record: IUserInfo

      Returns Promise<boolean>

      true if record is expired; otherwise false;