- add todo: think about usage of conditionalWeakTable for _cache

pull/26/head
Simon Gockner 6 years ago
parent 30454130cf
commit 746d16e8ea
  1. 2
      GBase/DataHandling/Cache/XmlDataHandlerCache.cs

@ -22,7 +22,7 @@ namespace GBase.DataHandling.Cache
private readonly IXmlDataHandlerCacheEntryFactory _xmlDataHandlerCacheEntryFactory; private readonly IXmlDataHandlerCacheEntryFactory _xmlDataHandlerCacheEntryFactory;
private readonly IXmlDataHandlerCachePropertyEntryFactory _xmlDataHandlerCachePropertyEntryFactory; private readonly IXmlDataHandlerCachePropertyEntryFactory _xmlDataHandlerCachePropertyEntryFactory;
private readonly List<IXmlDataHandlerCacheEntry> _cache; private readonly List<IXmlDataHandlerCacheEntry> _cache; //TODO: use conditionalWeakTable?
/// <summary> /// <summary>
/// An interface for the <see cref="IXmlDataHandlerCache"/> /// An interface for the <see cref="IXmlDataHandlerCache"/>

Loading…
Cancel
Save