Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.