ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / PageViewCache.PageViewPoolNodeFactory Class / CreateNew Method
The key for the cache item.
The value for the cache item.

In This Topic
    CreateNew Method (PageViewCache.PageViewPoolNodeFactory)
    In This Topic
    Creates new cache item.
    Syntax
    '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.
    See Also