新增敏感词缓存key
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user