promptCacheModeEnum

Provides the list of actions the report service can perform on a report's prompt cache.

References

Used by the following properties:

What's new

New in Version 8.4 — On Demand Refresh of Prompt Cache

This enumeration set was added.

Members

create

Specifies that the report's prompt cache should be created.

If the report's prompt cache already exists it is replaced.

Cache entries for the locales specified by the outputLocale option are added to the report's prompt cache.

none

Specifies that no action be performed on the report's prompt cache.

refresh

Specifies that the report's prompt cache entries for specified locales should be refreshed. If an existing prompt cache entry for a specified locale has expired, it is replaced. If a report's prompt cache entry for a specified locale does not exist, it is created.

Specify the prompt cache entries to be refreshed using the outputLocale run option. Report prompt cache entries for locales not specified by this run option are not affected when the report's prompt cache is refreshed.

update

Specifies that the report's prompt cache should be updated.

If the report's prompt cache does not exist, it is created.

Cache entries for the locales specified by the outputLocale option are added to the report's prompt cache, replacing any cache entries for the specified locales. Cache entries for locales not specified by the outputLocale option are not affected when the report's prompt cache is updated.