aapotts's blog
Turning on the ClearCacheJob in the 3.0 Kuali Financial System
One of the batch jobs that was used often during development was the ClearCacheJob. However, just prior to 3.0 release it was removed from the default list of jobs. For some schools, it's still a nice job to have around.
Please note that this batch job is not perfect. Even though it would seem from the name that it should clear all the caches, in reality it does not and what it does clear out is sometimes inconsistent. So use it carefully and if all else fails, restart the application server.
To turn the ClearCacheJob back on, in your spring-sys.xml file make the following changes (either add the values to the lists, or even better, add this code directly to your own version of spring-sys.xml so you don't change any core code):


