cancel
Showing results for 
Search instead for 
Did you mean: 

JCoFunctionTemplate and JCoFunction in JCo 3.x

Former Member
0 Kudos

Hello JCo Expert,

I have a question for JCoFunctionTemplate and JCoFunction class. As I know, every RFC call should use a new instance of JCoFunction, so I usually create a fresh JCoFunction instance with JCoFunctionTemplate instance. The question is that do I need to cache template instance by myself or JCo library has already handled that, since I think JCoFunctionTemplate instance might be "expensive".

Thanks,

Jian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The standard implementation of the JCoRepository already caches the JCoFunctionTemplate instances.

You do not have to do this on your own.

Former Member
0 Kudos

Thanks for the clarify.

Answers (0)