CacheTagService Tag标签统一管理
$tagKey = CacheTagService::getAppGlobalConfig();
Cache::tag($tagKey, [$key]);
$tagKey = CacheTagService::getAppGlobalConfig();
Cache::clear($tagKey);
【HONG】thinkphp5 tp5 实现缓存模糊删除 tag
阅读 85
2023-04-08
CacheTagService Tag标签统一管理
$tagKey = CacheTagService::getAppGlobalConfig();
Cache::tag($tagKey, [$key]);
$tagKey = CacheTagService::getAppGlobalConfig();
Cache::clear($tagKey);
相关推荐
精彩评论(0)