@voidmerge/voidmerge-client
Preparing search index...
VmObjSignedShortCacheLru
Class VmObjSignedShortCacheLru
Implements
VmObjSignedShortCache
Index
Constructors
constructor
Methods
get
By
Short
put
Constructors
constructor
new
VmObjSignedShortCacheLru
(
maxBytes
:
number
)
:
VmObjSignedShortCacheLru
Construct an LRU cache that keeps the specified byte count in memory.
Parameters
maxBytes
:
number
Returns
VmObjSignedShortCacheLru
Methods
get
By
Short
getByShort
(
short
:
VmHash
)
:
null
|
VmObjSigned
Parameters
short
:
VmHash
Returns
null
|
VmObjSigned
put
put
(
bundle
:
VmObjSigned
)
:
void
Parameters
bundle
:
VmObjSigned
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
By
Short
put
@voidmerge/voidmerge-client
Loading...
Construct an LRU cache that keeps the specified byte count in memory.