Data Caching for Fast Data Retrieval
OpenAccess ORM comes with a caching mechanism (2nd Level or L2 cache), which reduces the calls made to the relational server by storing data and query results in the application process. This gives fast retrieval of the commonly used objects, and increases the efficiency and performance of your application. Caching can be fine-grained on a per class basis, can be implemented in multi-threaded applications, and can be coupled over the network to provide a distributed synchronized cache.