How does TopLinks object caching work?
TopLink uses an object’s primary key field values, as defined in the descriptor, to identify an object uniquely. The object cache, maintained within either the DatabaseSession or ServerSession, caches objects based on class and primary key values. TopLink uses six types of caches which can be configured on a per class basis.
Related Questions
- How do I install memcached a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load under CentOS / RHEL / Fedora / Redhat Linux?
- Where Does the Object Caching Service for Java Fit?
- How does TopLinks object caching work?