Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / UrlCache Class / UrlCache Constructor / UrlCache Constructor(Int32)
The maximum number of custom urls that can be stored in memory at one time. This value never needs to be higher than the number of custom URLs configured.
In This Topic
    UrlCache Constructor(Int32)
    In This Topic
    Initializes a new instance of the UrlCache class.
    Syntax
    public UrlCache( 
       int cacheSize
    )

    Parameters

    cacheSize
    The maximum number of custom urls that can be stored in memory at one time. This value never needs to be higher than the number of custom URLs configured.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also