MicroStrategy ONE

Invalidate Document Cache statement

Invalidates a document cache on the server.

Copy
INVALIDATE 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 invalidated, of type string.

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

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

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

Example

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