BaseTable.php
BaseTable - Foundational table class for KMP application.
Provides cache management, branch-based query scoping, and event hooks.
Cache invalidation via class constants:
- CACHES_TO_CLEAR: Static cache keys
- ID_CACHES_TO_CLEAR: Entity-ID-based cache prefixes
- CACHE_GROUPS_TO_CLEAR: Cache groups to clear entirely