What is meant by named cache?At what situation we can use it?

Showing Answers 1 - 3 of 3 Answers

sn3508

  • Aug 24th, 2007
 

By default there will be no name for the cache in lookup transformation.  Everytime you run the session, the cache will be rebuilt.  If you give a name to it, it is called Persistent Cache.  In this case, the first time you run the session, the cache will be build and the same cache is used for any no. of runs.  This means the cache doesn't have any changes reflected to it even if the lookup source is changed.  You can rebuilt it again by deleting the cache

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions