gpt4 book ai didi

文件驱动程序上的 Laravel 5 缓存标签

转载 作者:行者123 更新时间:2023-12-02 04:17:42 25 4
gpt4 key购买 nike

laravel 5 会支持文件驱动的缓存标签吗?

我正在尝试缓存标签,但出现以下错误

call_user_func_array() expects parameter 1 to be a valid callback, class 'Illuminate\Cache\FileStore' does not have a method 'tags'

我试过这种方式

Cache::tags('family')->put('wife','Umme Mufeez',10);
Cache::tags('family')->put('Kid','Mufeez', 10);
Cache::tags('family')->put('husband','Abu Mufeez', 10);

最佳答案

Laravel 不支持文件驱动中的缓存标签。

它在the docs 中明确说明了这一点:

Note: Cache tags are not supported when using the file or database cache drivers.

关于文件驱动程序上的 Laravel 5 缓存标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32680866/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com