CacheConfig.php 142 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php namespace Configs; /** * 缓存配置文件 */ class CacheConfig { const KEY_ACTION_INDEX_INDEX = 'key_action_index_index'; }