Skip to main content
Module

x/zoic/src/doublyLinkedList.ts>DoublyLinkedList

A caching middeware library for Deno HTTP framework, Oak.
Go to Latest
class DoublyLinkedList
import { DoublyLinkedList } from "https://deno.land/x/zoic@v1.0.2/src/doublyLinkedList.ts";

Constructors

new
DoublyLinkedList()

Properties

head: InstanceType<Node> | null
tail: InstanceType<Node> | null

Methods

addHead(
value: cacheValue,
key: string,
byteSize: number,
timeStamp: InstanceType<Date>,
)