Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anus-dev/ANUS
/
Class
packages/core/src/utils/LruCache.ts:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
*/
7
8
export
class
LruCache<K, V> {
9
private cache: Map<K, V>;
10
private maxSize: number;
11
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected