- WHY: establish Stage 3 task-001 execution baseline per repo intent - WHAT: add minimal solution/project skeleton and boundary docs - RULE: apply stage3 execution runtime and repository workflow directives
13 lines
404 B
Markdown
13 lines
404 B
Markdown
# DAL Persistence and Cache Policy
|
|
|
|
## Responsibilities
|
|
|
|
- Repositories coordinate provider calls for aggregate persistence.
|
|
- Cache invalidation policy is owned by DAL.
|
|
- Service layer does not implement persistence or cache invalidation details.
|
|
|
|
## Policy
|
|
|
|
- Persistence writes must define cache invalidation triggers.
|
|
- Cache keys and invalidation behavior are centralized in DAL policy definitions.
|