新增catchadmin模块发现
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user