RefreshCache Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Refreshes an orders system cache.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub RefreshCache
'Usage
Dim instance As PaymentMethodManager
instance.RefreshCache()
public void RefreshCache()
public:
void RefreshCache()
public function RefreshCache()
Exceptions
Exception | Condition |
---|---|
TimeoutException | Thrown if sql command timeout occurs. |
Remarks
Refresh the payment methods. Loads the payment values into the orders cache. The cache is used on the runtime side. It refreshes cache on all the webservers for the site. It looks in the Admin database to get the list of webeservers
Use this method to force an immediate refresh of the payment methods in the Orders System cache.
In order to perform a RefreshCache, the user must have the OrdersViewer permissions. See Orders System Roles [CS06] for more information about the specific roles in the Order System.
Some order system APIs support distributed transactions. If a cookie with a valid transaction is found the order system enlists as part of that transaction. If a valid transaction is not found the order system initiates a new transaction.
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.