Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / AppCache Class / SetObject Method / SetObject(String,Object) Method
Key for which to set the object in the cache
The value to set
Version
SetObject(String,Object) Method
Sets an object in the cache for the specified key
Syntax
public static void SetObject( 
   string key,
   object value
)

Parameters

key
Key for which to set the object in the cache
value
The value to set
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