Interface CacherOptions

Hierarchy

  • CacherOptions

Properties

cache: CacheType
limit: number
sortFunction?: ((a, b) => number)

Type declaration

    • (a, b): number
    • Parameters

      • a: any
      • b: any

      Returns number

sorted: boolean

Generated using TypeDoc