Share via


CommerceCache.GetCache Method (BCL)

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

Definition

[Visual Basic .NET]

Public Function GetCache( _) As System.Object

[C#]

public System.Object GetCache();

Return Value

Returns the cache object, either a Dictionary object or an LRUCache object.

Remarks

Throws a CommerceCacheException on failure.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Caching

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.