Limit size of DeserializerCache
, auto-flush on exceeding
#1995
Milestone
DeserializerCache
, auto-flush on exceeding
#1995
(note: offshoot of #1905)
Currently size of deserializer cache is not bounded: this is something that goes against the cardinal rule of caches ("never use unbounded caches for unbounded domain").
This needs to go in 3.0 because tweaks to caching are generally high-risk changes.
The text was updated successfully, but these errors were encountered: