新增catchadmin模块发现

This commit is contained in:
JaguarJack
2020-06-20 16:57:37 +08:00
parent 6e9c0aed32
commit 97724b04df
4 changed files with 30 additions and 2 deletions

View File

@@ -144,6 +144,6 @@ class Trie
*/
public function cached()
{
Cache::store('redis')->set(CatchCacheKeys::TRIE_TREE, $this->tree);
return Cache::store('redis')->set(CatchCacheKeys::TRIE_TREE, $this->tree);
}
}