Persistence
Table of Contents
Classes
- GreedyDatabaseBackend
- Fetches all records of a single table of one / multiple PID(s) in one DB query, and stores them in a runtime cache.
- RecordIdentityMap
- The identity map for records is a database access design pattern used to improve performance by providing a context-specific, in-memory cache to prevent duplicate retrieval of the same object data from the database.