add LRU cache
This commit is contained in:
parent
81c2caaf67
commit
da70b3ccf2
3 changed files with 31 additions and 3 deletions
|
|
@ -19,5 +19,7 @@ initialState title path =
|
|||
stZoom = 1.0,
|
||||
stTitle = title,
|
||||
stBookPath = path,
|
||||
stGen = 0
|
||||
stGen = 0,
|
||||
stUse = M.empty,
|
||||
stTick = 0,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue