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