工作于应用层和数据库层之间
支持多线程,速度非常快
tp5.1使用
cache.php type改为memcache
Cache::set('键','值')
Cache::get('键')
tp5.1除了file还内置了redis,memcache缓存系统