Skip to main content
Module

x/velo/mod.ts

Performant Cache implementations for Deno. Supports LRU, LFU, ARC and other caching policies.
Go to Latest
import * as velo from "https://deno.land/x/velo@0.1.5/mod.ts";

Classes

Adaptive Replacement Cache

Least Frequently Used Cache

Least Recently Used Cache

Random Replacement Cache

Second Chance Cache

Segmented LRU Cache