CacheTagService Tag标签统一管理
$tagKey = CacheTagService::getAppGlobalConfig();
Cache::tag($tagKey, [$key]);
$tagKey = CacheTagService::getAppGlobalConfig();
Cache::clear($tagKey);
微信扫一扫
CacheTagService Tag标签统一管理
$tagKey = CacheTagService::getAppGlobalConfig();
Cache::tag($tagKey, [$key]);
$tagKey = CacheTagService::getAppGlobalConfig();
Cache::clear($tagKey);
相关推荐