|
|
|
@ -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"/> |
|
|
|
|