The flushCacheByScope tag

You can use this tag to flush all entries from all caches in the specified scope. Specify the scope as the scope attribute. The default is application, which flushes 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.