* @copyright By CatchAdmin * @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt */ namespace catcher; class CatchCacheKeys { public const USER_PERMISSIONS = 'user_permissions_'; public const TRIE_TREE = 'trie_tree'; }