MicroStrategy ONE

Purge Caching statement

Purges the object server caching and element server caching.

Copy
PURGE [(ALL | OBJECT | ELEMENT | 
 REPORT)] CACHING IN ([ALL PROJECTS] | [PROJECT] "project_name");

where:

  • ALL purges all caches.

  • OBJECT purges object caches.

  • ELEMENT purges element caches.

  • REPORT purges report caches.

  • PROJECT "project_name" is the name of the project for which caching is to be purged, of type string.

This statement can only be used with three-tier or four-tier project source names.

Examples

Copy
PURGE ELEMENT CACHING IN PROJECT "MicroStrategy 
 Tutorial";

 

Copy
PURGE 
 ALL CACHING IN ALL PROJECTS;