MicroStrategy ONE

Delete Document Cache statement

Deletes invalid document caches from the server.

Copy
DELETE [INVALID] DOCUMENT CACHE [(FOR USER "user_name" 
 | GUID cache_guid1 [, ... cache_guidN])] IN PROJECT "project_name";

where:

  • USER "user_name" is the name of the user for whom all document caches are to be deleted, of type string.

  • GUID cache_guid1..N are the GUIDs of the document caches to be deleted, of type GUID.

  • PROJECT "project_name" is the name of the project for which caches are to be deleted, of type string.

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

Example

Copy
DELETE DOCUMENT CACHE 123456789ABCDEF, 223456789ABCDEF 
 IN PROJECT "MicroStrategy Tutorial";