cancel
Showing results for 
Search instead for 
Did you mean: 

SUP Online cache policy

Former Member
0 Kudos

Hi,

I have a project that works, for performance reasons I want to change my Login-MBO to another cache group with the online cache policy.

When I want to generate my classes that I need to import in XCode my Login-MBO is never added. If I change the policy of the new group to on demand the Login-MBO is added.

How can you generate the correct classes for a MBO that is in a cache group with policy "Online cache policy"?

Thanks up front!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Unfortunately Online Cache group doesn't apply to native Object API and only applies to Workflow applications that run inside Hybrid Web Container

Former Member
0 Kudos

Thanks Himagiri, but if I want to create an mbo that works online, how I can do?

I've created an mbo with on demand cache group with cache interval set to zero, and with a personalization key mapped on the load parameter. It works, but it is very slow (12 seconds for a single request) and calls sap function module 8 times! Why?