cancel
Showing results for 
Search instead for 
Did you mean: 

User Factory Cache - Disable

Former Member
0 Kudos

Hi,

I would like to disable the User Factory Cache as this is causing problems where users attributes are cached and these parameters need to be dynamic as these can change from minute to minute.

If anyone can point to me the location where this setting can be found. I am aware this is going to cause a protential performance issue.

Any useful answers will be rewarded with points.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you can configure the UME Cache using the Config Tool and there in Global Service Configuration ->com.sap.security.core.ume.service.

In the properties list you will find the property:

ume.cache.user_account.default_caching_time

with the value:

3600

According to the documentation the value should be seconds. As it says that the user account information will be refreshed every hour by default.

I guess when you change the value to a value suitable for you and restart the cluster you can achieve your requirement.

You will find also some other properties here which can be used to adjust the other factories and values of the cache. These are more or less self explanatory.

However, I have not tested this yet. I only found these parameters lately because of an other issue with the UME cache.

Hope it helps and best regards,

Stefan Brauneis