There have been some changes to ConfigurationManager, and it seems the same may be needed for EventBasedLRUCache. Investigate and determine if this is so. The use of non-atomic DateTime objects between concurrent calls will almost definitely need to be fixed.
There have been some changes to
ConfigurationManager
, and it seems the same may be needed forEventBasedLRUCache
. Investigate and determine if this is so. The use of non-atomicDateTime
objects between concurrent calls will almost definitely need to be fixed.