memcache学习总结

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

工作于应用层和数据库层之间

支持多线程,速度非常快

tp5.1使用

cache.php type改为memcache

Cache::set('键','值')

Cache::get('键')


tp5.1除了file还内置了redis,memcache缓存系统


Correcting teacher:天蓬老师Correction time:2018-12-15 21:46:47
Teacher's summary:内存级的缓存 , 肯定比磁盘级的速度快呀

Release Notes

Popular Entries