Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The cache is a smaller, faster memory which stores copies of data from the most frequently used main memory locations and helps to reduce the average time to access memory.

By default, caching is disabled and can be enabled, the steps of which are described later in this section. Enabling caching in Adeptia Suite provides the following advantagesJDO Caching provides the following advantages in Adeptia Suite:

  • Improves the performance of the application by serving user with cached output.
  • Decreases server round trips for fetching data from database by persisting data in the memory.
  • Reduces overhead from server resources.

By default, JDO Caching is enabled. However, if JDO Caching is disabled then follow the below steps to enable it.

Steps to enable JDO Caching and set cache parameters 

...