Cache Objects
The Commerce Server caching objects manage the stored profile, catalog, transaction, and campaign data for your site.
The Caching Programming Concepts topic describes the major issues relating to the use of the cache objects.
Objects
Visual Basic reference | C++ invocation | Description |
---|---|---|
CacheManager | CacheManager | Provides generic caching services. |
LRUCache | LRUCache | Provides a least recently used (LRU) cache for the CacheManager object. It stores a limited number of entries and sorts them according to the least recently used element. |
Examples
Example | Description |
---|---|
Code to Implement Custom Cache Components | Describes how to implement custom cache components. |
Code to Manipulate an LRUCache Object | Describes how to manipulate an LRUCache object. |
Copyright © 2005 Microsoft Corporation.
All rights reserved.