First page Back Continue Last page Graphic
Caching
Required for singular view
- Entity must always appear as one object
- Memory copy required for dirty checking
Can reduce database activity
- Objects are loaded only once
- Cache properties controlled at object level
Eliminate redundant storage
- Objects are stored only if modified