新增敏感词缓存key
This commit is contained in:
parent
f14107dc44
commit
dec79f2b28
@ -13,4 +13,6 @@ namespace catcher;
|
|||||||
class CatchCacheKeys
|
class CatchCacheKeys
|
||||||
{
|
{
|
||||||
public const USER_PERMISSIONS = 'user_permissions_';
|
public const USER_PERMISSIONS = 'user_permissions_';
|
||||||
|
|
||||||
|
public const TRIE_TREE = 'trie_tree';
|
||||||
}
|
}
|
||||||
|
1
extend/catcher/facade/Trie.php
Normal file
1
extend/catcher/facade/Trie.php
Normal file
@ -0,0 +1 @@
|
|||||||
|
<?php
|
1
extend/catcher/library/Trie.php
Normal file
1
extend/catcher/library/Trie.php
Normal file
@ -0,0 +1 @@
|
|||||||
|
<?php
|
1
extend/catcher/validates/SensitiveWord.php
Normal file
1
extend/catcher/validates/SensitiveWord.php
Normal file
@ -0,0 +1 @@
|
|||||||
|
<?php
|
Loading…
x
Reference in New Issue
Block a user