Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Laravel 3 中它曾经如此简单。Cache::put($key, $data, $minutes);- 仅此而已!现在我正在查看 Laravel 4 源代码,试图弄清楚,但这对我来说太复杂了。我想使用文件系统缓存。
Cache::put($key, $data, $minutes);
有人可以告诉我该怎么做吗?
方法差不多。
Laravel 4 缓存文档