Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / DefaultUrlRewriter Class / DefaultUrlRewriter Constructor / DefaultUrlRewriter 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
    DefaultUrlRewriter Constructor(Int32)
    In This Topic
    Initializes a new instance of the DefaultUrlRewriter class.
    Syntax
    [Obsolete("Url cache is now managed by IUrlCache service. Set cache size for UrlCache implementation.")]
    public DefaultUrlRewriter( 
       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