From 746d16e8ea44c2e86cca0917b5d33c6b8c55321e Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Thu, 13 Feb 2020 11:24:21 +0100 Subject: [PATCH] - add todo: think about usage of conditionalWeakTable for _cache --- GBase/DataHandling/Cache/XmlDataHandlerCache.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GBase/DataHandling/Cache/XmlDataHandlerCache.cs b/GBase/DataHandling/Cache/XmlDataHandlerCache.cs index ac122a0..43d7883 100644 --- a/GBase/DataHandling/Cache/XmlDataHandlerCache.cs +++ b/GBase/DataHandling/Cache/XmlDataHandlerCache.cs @@ -22,7 +22,7 @@ namespace GBase.DataHandling.Cache private readonly IXmlDataHandlerCacheEntryFactory _xmlDataHandlerCacheEntryFactory; private readonly IXmlDataHandlerCachePropertyEntryFactory _xmlDataHandlerCachePropertyEntryFactory; - private readonly List _cache; + private readonly List _cache; //TODO: use conditionalWeakTable? /// /// An interface for the