Disable Menu Caching on JAS???

msouterblight1

VIP Member
All,

Is there a jas.ini or jdbj.ini setting to disable menu caching on JAS? I know I can reset the menu cache manually, but we have a need to disable..

We are on WAS 5.0, SP 8.94_O1.

Thanks,
Matthew
 
Hi Matthew,

You can't disable the menu caching completely, but you can activate a regular purge that cleans up the menu cache.
Take a look at the following parameter in the jdbj.ini:

# E1MenuCachePurge=3600000

Uncomment it and set up the desired value n milliseconds. This setting is available in Tools Release 8.95, but I'm not sure if it already exists in 8.94. Hope it helps!

Bye,
João
 
Back
Top