Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / AppCache Class / GetObject Method
Key for which to get the object from cache
In This Topic
    GetObject Method (AppCache)
    In This Topic
    Gets an object form the cache for the given key
    Syntax
    public static object GetObject( 
       string key
    )

    Parameters

    key
    Key for which to get the object from cache

    Return Value

    Cached object for the specified key or null if the object is not found
    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