<?php /** * Created by PhpStorm. * User: Mead * Date: 2019/9/16 * Time: 9:30 PM */ namespace App\Maps; class CacheMap { const cache_key = "cache:select"; }