Erik Johnston 7c7706f42b Fix bug where state cache used lots of memory
The state cache bases its size on the sum of the size of entries. The
size of the entry is calculated once on insertion, so it is important
that the size of entries does not change.

The DictionaryCache modified the entries size, which caused the state
cache to incorrectly think it was smaller than it actually was.
2018-03-15 15:46:54 +00:00
..
2017-11-29 16:00:46 +00:00
2018-02-15 15:47:06 +00:00
2018-02-21 11:29:49 +00:00
2018-01-05 10:54:01 +00:00
2018-03-05 18:02:59 +01:00