'Declaration Public Overrides NotOverridable Function CreateNew( _ ByVal key As Integer, _ ByVal node As PageView _ ) As CacheNode(Of Integer,PageView)
public override CacheNode<int,PageView> CreateNew( int key, PageView node )
Parameters
- key
- The key for the cache item.
- node
- The value for the cache item.
Return Value
New instance of the GrapeCity.Viewer.Common.Implementation.PageViewCache.PageViewPoolNode.