Showing posts with label Entity Cache. Show all posts
Showing posts with label Entity Cache. Show all posts

Monday, 19 October 2015

What is entity cache in Oracle ADF?

Ans: To manage the updates of database.If we do some modification at an entity level then it will store in entity cache until we commit into database.So we can perform different task of data before committing into database using entity cache.It also increase query execution time and database performance.