import * as velo from "https://deno.land/x/velo@1.0.0/src/cache/capabilities/expire_capability.ts";
Classes
Adds expiration of entries to a cache. Uses a TimerWheel to add, manage, and remove expiration timers. Overwrites methods to advance the timer wheel and passes the rest through to the inner cache. |