NKeyInstanceCache<TKey,TValue> Class
In This Topic
Serves as base class for cache objects that cache object instances constructed for keys. The NKeyInstanceCache is typically used when you have an expensive to construct object, that is used to maintain readonly informaiton, such as a Nevron.Editors.NDesigner. Internally implemented as a MRU cache.
Object Model
Syntax
public abstract class NKeyInstanceCache<,>
where TValue: class
Type Parameters
Inheritance Hierarchy
System.Object
Nevron.Nov.DataStructures.NKeyInstanceCache<TKey,TValue>
Requirements
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
See Also