Previous Topic: About CacheUtil.exeNext Topic: Export Entries From Classification Cache


Purge Entries From the Classification Cache

If classification cache grows too large, cache performance or stability may be adversely affected. If this situation occurs, we recommend that you first modify the HighWatermarkPercent and LowWatermarkPercent settings for the Cache Maintenance Service. However, if problems persist you can use CacheUtil to purge cache entries based on their age.

To purge cache entries

Go to the CCS \bin folder and run the following command:

CacheUtil -purge <period>

Where <period> can be:

-max-age-hours <n>

This argument specifies the maximum age of cache entries in hours. CacheUtil purges all cache entries older than this maximum age.

-max-age-days <n>

This argument specifies the maximum age of cache entries in days.

-max-age-weeks <n>

This argument specifies the maximum age of cache entries in weeks.

-count <n>

This argument specifies how many cache entries to purge, starting with the oldest entries.

-all

This argument purges all cache entries.

Examples

More information:

About CacheUtil.exe

Empty the Classification Cache