Transaction-Scoped Cache-First Lookups
- Repository lookups and Ref.fetch() check the cache before querying the database.
- Select operations only query the database for cache misses.
Cache Invalidation
- Raw update queries automatically invalidate the cache for the affected entity type.
Transaction-Scoped Cache-First Lookups
Cache Invalidation