Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LRUFileCacheNode

Index

Constructors

Properties

Constructors

constructor

  • new LRUFileCacheNode(filepath: string, filesize: number, key: string): LRUFileCacheNode

Properties

filepath

filepath: string

filesize

filesize: number

key

key: string

next

next: LRUFileCacheNode = null

prev

prev: LRUFileCacheNode = null

Generated using TypeDoc