Skip to content

Cache lifecycle documentation

These pages describe contracts for how caches interact with domain behavior. Implementation lives under apps/worker/src/lib/services/cache/ and related services.

DocumentScope
user.mdResolving relatedUsers for open tasks; invalidation when user profile changes
maintenance.mdMaintenance list/detail invalidation; purge; alignment with finalSnapshot
system.mdSystem settings / feature flags cache and validation consistency
session.mdSession vs domain cache; authorization prerequisites

Parent index: ../README.md.