First page Back Continue Last page Overview Graphics
Object identity / caching
Cache maintains oid obj mapping
- Guarantees only one copy of object
- Unpickler loads all referenced objects
Ghost objects
- Only Persistent header initialized
- No instance state loaded
- State loaded on first object access
LRU cache of recent objects
Notes: