Home Reference Source
import _LRUCache from 'kayn/lib/Caches/LRUCache.js'
private class | source

_LRUCache

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

cache: *

Method Summary

Public Methods
public

flushCache(cb: *)

public

get(args: *, cb: *): *

public

set(args: *, value: *)

Public Constructors

public constructor() source

Public Members

public cache: * source

Public Methods

public flushCache(cb: *) source

Params:

NameTypeAttributeDescription
cb *

public get(args: *, cb: *): * source

Params:

NameTypeAttributeDescription
args *
cb *

Return:

*

public set(args: *, value: *) source

Params:

NameTypeAttributeDescription
args *
value *