Data cache
Modelers can configure the default cache behavior per query (table).
If the requirement is to have the current data per query for volatile data, setting the default to no cache makes sense. If the data changes infrequently, once a day for example, it makes sense to set the default to use the cache.
In Framework Manager, the default data cache behavior can be specified by using a model governor. This behavior is inherited by all queries that are constructed based on this model. The model data cache setting can be overridden in other Cognos® Analytics components, for example, in Reporting by the query property Use local cache.
For more information about setting data caching in Framework Manager, see In-memory caching.
For information about setting data caching in data modules, see Setting up data caching.