cancel
Showing results for 
Search instead for 
Did you mean: 

Clear region cache

Former Member
0 Kudos

Is the API that I can invoke to clear region cache that I created for particular type? The idea is the to clear the existing region cache and pre-populate with desired items before batch job starts so as to make the job run faster.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

There's sure an API to do it, although to be honest this doesn't sound like the greatest idea. Trying to manipulate the cache like this is usually counter productive. You should rather consider tuning the cache, you can use different settings on a batch node if the settings are more optimal for jobs and keep a different set for the front end.

Also if your job has performance problems you should consider profiling it, problem may be elsewhere then the cache.