The flushCacheByScope tag

You can use this tag to flush all entries from all caches in the specified scope.

Table 5-4: flushCacheByScope tag attributes

Attribute

Required

Comments

scope

Yes

Specifies which scope to refresh the caches in. Values are session, application, and page. Specify application to flush all caches in the application. Specify session to flush all caches that are scoped to the user’s session. Specify page to flush all cache entries that are used in the current page.

uri

No

The URI from which the caches are flushed. The default is the URI of the current page.