AAF cache issue

If you are having trouble with the application server or AAF cache in your program then try this:

Import these classes:
import EOCF_CLF_DL:Runtime:Resolution:*;


declare:
Local EOCF_CLF_DL:Runtime:Resolution:DataLibrarySession &oDataLibrarySession;


Call:
&oDataLibrarySession = create EOCF_CLF_DL:Runtime:Resolution:DataLibrarySession();
&oDataLibrarySession.clearCache(" ");


I am sure it will work in all cases.

No comments:

Post a Comment