StartMVC更新日志

日志详情

缓存支持 tag() / flushTag(),标签失效走版本号方案——单次写、无读改写竞态,flushTag 是 O(1)。
版本:v3.1.6
页面时间:2026-09-23
提交时间:2026-09-23 00:20
改动统计:+385 / -15 / 共400行
提交链接:https://gitee.com/shaobingme/startmvc/commit/4677ef67e0e92ad797fa4629018d747ba2883a2b

改动文件

  • 修改config/cache.php
  • 修改startmvc/boot.php
  • 修改startmvc/core/App.php
  • 修改startmvc/core/Cache.php
  • 修改startmvc/core/Event.php
  • 修改startmvc/core/db/DbCore.php