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

Saturday, July 11, 2015

JDev/ADF sample - ADF BC Session Cached LOV - Understanding Expire Time

  • ADF BC Session Cached LOV - Understanding Expire Time. ADF BC offers LOV caching feature. There are two caching levels - application and session. With application level enabled, it makes LOV rows available for all users. On contrary for session level LOVs, data is cached for single session only. In this post I will focus on session level LOV's and I'm going to explain when cached data expires and is re-fetched.
    Download - ADFBCSharedSessionLOVApp.zip

Thursday, June 6, 2013

JDev/ADF sample - Cache Results for ADF Iterator Property

  • Cache Results for ADF Iterator Property. There are various properties in ADF developers tend to click around. Based on my experience from various ADF projects and what strikes me the most - often some property change is done without actually understanding what it means for application performance, at first comes desire to find solution with any cost. I will give you one example related to CacheResults property for ADF bindings iterator.
    Download - CacheResultsApp.zip