Hierarchy

  • CacheInfo

Index

Constructors

Properties

Methods

Constructors

constructor

  • new CacheInfo(valueKey: number, valueStr: string, count: number): CacheInfo
  • Parameters

    • valueKey: number
    • valueStr: string
    • count: number

    Returns CacheInfo

Properties

count

count: number

valueKey

valueKey: number

valueStr

valueStr: string

Methods

toString

  • toString(): string
  • Returns string

Generated using TypeDoc