Net.Data Caching Interfaces

Net.Data provides a flexible set of interfaces for you to use when configuring and setting up caching for you application. Table 13 describes the various options for using the Net.Data caching features and where these features are described.

Table 13. Net.Data Cache Interfaces
Interface Description Go to ...
Cache Manager configuration options You can specify a number of options for the Cache Manager such as logging and tracing, in the Cache Manager stanza of the Cache Manager configuration file. Defining the Cache Manager
Cache configuration options Within a single instance of Net.Data's Cache Manager, you can define a number of caches to hold the cached items. Each cache has its own set of characteristics, such as size and location, and the cache ID. These characteristics are defined in the cache stanza in the Cache Manager configuration file. Each stanza is identified by the cache ID. Defining a Cache
Net.Data initialization options If Net.Data and the corresponding Cache Manager run on separate systems, then you specify the Cache Manager system and port number in the Net.Data initialization file. Cache Manager Configuration Variables
Net.Data cache built-in functions You can manipulate the contents of a Net.Data cache using the Net.Data cache built-in functions. Specify the cache ID in the appropriate macro function to select the cache with the most appropriate characteristics. See the built-in functions chapter of Net.Data Reference


[ Top of Page | Previous Page | Next Page | Index ]