mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-28 10:22:47 +08:00
update files
This commit is contained in:
parent
ad53cbed09
commit
a6438766d1
@ -1,3 +1,10 @@
|
|||||||
|
/**
|
||||||
|
* Created by nuintun on 2015/12/4.
|
||||||
|
* See: https://github.com/rsms/js-lru
|
||||||
|
*/
|
||||||
|
|
||||||
|
'use strict';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A doubly linked list-based Least Recently Used (LRU) cache. Will keep most
|
* A doubly linked list-based Least Recently Used (LRU) cache. Will keep most
|
||||||
* recently used items while discarding least recently used items when its limit
|
* recently used items while discarding least recently used items when its limit
|
||||||
@ -308,6 +315,6 @@ LRUCache.prototype.toString = function (){
|
|||||||
s += ' < ';
|
s += ' < ';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return s;
|
return s;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user