Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / AppCache Class / Remove Method
The cache key to remove the data for
In This Topic
    Remove Method (AppCache)
    In This Topic
    Remove the data from cache for the given key
    Syntax
    public static void Remove( 
       string key
    )

    Parameters

    key
    The cache key to remove the data for
    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