Share via


GetCache Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the cache object (Dictionary or LRUCache).

Namespace:  Microsoft.CommerceServer.Runtime.Caching
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Function GetCache As Object
'Usage
Dim instance As CommerceCache
Dim returnValue As Object

returnValue = instance.GetCache()
public Object GetCache()
public:
Object^ GetCache()
public function GetCache() : Object

Return Value

Type: System..::.Object
The cache object (Dictionary or LRUCache).

Remarks

Use this method to get the cache object (Commerce.Dictionary or LRUCache).

Permissions

See Also

Reference

CommerceCache Class

CommerceCache Members

Microsoft.CommerceServer.Runtime.Caching Namespace