Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/velo/mod.ts>WindowTinyLfu#onProbationHit

A high-performance caching library for Deno. Supports LRU, LFU, ARC, and TinyLFU.
Latest
method WindowTinyLfu.prototype.onProbationHit
import { WindowTinyLfu } from "https://deno.land/x/velo@1.0.0/mod.ts";

Promotes pointer to the protected MRU position. If the protected cache is full, the LRU position of the protected cache is demoted to the probationary segment.

Parameters

pointer: number