Fix:修复lru类名错误的问题
This commit is contained in:
parent
b0044bb5fa
commit
c77c7403da
@ -1,5 +1,5 @@
|
||||
// LRU缓存类
|
||||
export default class CRU {
|
||||
export default class Lru {
|
||||
constructor(max) {
|
||||
this.max = max || 1000
|
||||
this.size = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user