新增敏感词缓存key

This commit is contained in:
JaguarJack 2020-06-17 23:02:12 +08:00
parent f14107dc44
commit dec79f2b28
4 changed files with 5 additions and 0 deletions

View File

@ -13,4 +13,6 @@ namespace catcher;
class CatchCacheKeys
{
public const USER_PERMISSIONS = 'user_permissions_';
public const TRIE_TREE = 'trie_tree';
}

View File

@ -0,0 +1 @@
<?php

View File

@ -0,0 +1 @@
<?php

View File

@ -0,0 +1 @@
<?php