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.
Represents a Cache in the CacheManager caches.
The CommerceCache type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CommerceCache | Initializes a new instance of the CommerceCache class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetCache | Gets the cache object (Dictionary or LRUCache). |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Refresh | Refreshes the Cache. |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CacheObjectProgID | Gets or sets the ProgId of the component that is the cache container object. |
![]() |
LoaderConfigDictionary | Gets or sets the LoaderConfig dictionary for the cache. |
![]() |
LoaderProgID | Gets or sets the ProgId of the component that should be created and invoked to populate the cache object during Refresh cycles. |
![]() |
Name | Gets the name of the cache. |
![]() |
RefreshInterval | Gets or sets the refresh interval for the cache, in seconds. |
![]() |
RetryInterval | Gets or sets the retry interval for the cache, in seconds. |
![]() ![]() |
ServerSpecificSiteUrl | Obsolete. (Obsolete) Gets or sets the full URL of the current application. |
![]() |
WriterConfigDictionary | Gets or sets the WriterConfig dictionary for the cache. |
![]() |
WriterProgID | Gets or sets the ProgId of the component that should be created and invoked to write out data from the cache object during refresh cycles. |
Top