CacheManager Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the cache manager.
This API is not CLS-compliant.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Property CacheManager As CacheManager
'Usage
Dim instance As PipelineInfo
Dim value As CacheManager
value = instance.CacheManager
instance.CacheManager = value
[CLSCompliantAttribute(false)]
public CacheManager CacheManager { get; set; }
[CLSCompliantAttribute(false)]
public:
property CacheManager^ CacheManager {
CacheManager^ get ();
void set (CacheManager^ value);
}
public function get CacheManager () : CacheManager
public function set CacheManager (value : CacheManager)
Property Value
Type: CacheManager
A CacheManager for the current instance.
Remarks
CacheManager is available only when CommerceContext is valid when the current instance was created.
To access the cache manager in the dictionary, use the dictionary key name "CacheManager".
This property is not Common Language Specification (CLS) compliant.
For more information about the CacheManager object, see CacheManager Object.
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.