CacheCollection Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the site cache collection.
Namespace: Microsoft.CommerceServer.Runtime.Caching
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Shared ReadOnly Property CacheCollection As CommerceCacheCollection
'Usage
Dim value As CommerceCacheCollection
value = CommerceCacheModule.CacheCollection
public static CommerceCacheCollection CacheCollection { get; }
public:
static property CommerceCacheCollection^ CacheCollection {
CommerceCacheCollection^ get ();
}
public static function get CacheCollection () : CommerceCacheCollection
Property Value
Type: Microsoft.CommerceServer.Runtime.Caching..::.CommerceCacheCollection
The site cache collection.
Remarks
The value will be nullNothingnullptra null reference (Nothing in Visual Basic) if the CommerceCacheModule object was not configured in the web.config file. This property is static and shared.
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.