<legend id='aV48R'><style id='aV48R'><dir id='aV48R'><q id='aV48R'></q></dir></style></legend>

<small id='aV48R'></small><noframes id='aV48R'>

    <bdo id='aV48R'></bdo><ul id='aV48R'></ul>
  • <i id='aV48R'><tr id='aV48R'><dt id='aV48R'><q id='aV48R'><span id='aV48R'><b id='aV48R'><form id='aV48R'><ins id='aV48R'></ins><ul id='aV48R'></ul><sub id='aV48R'></sub></form><legend id='aV48R'></legend><bdo id='aV48R'><pre id='aV48R'><center id='aV48R'></center></pre></bdo></b><th id='aV48R'></th></span></q></dt></tr></i><div id='aV48R'><tfoot id='aV48R'></tfoot><dl id='aV48R'><fieldset id='aV48R'></fieldset></dl></div>

      <tfoot id='aV48R'></tfoot>
      1. laravel eloquent 模型缓存

        时间:2023-09-22

            <tbody id='XrRWa'></tbody>
            1. <small id='XrRWa'></small><noframes id='XrRWa'>

              <legend id='XrRWa'><style id='XrRWa'><dir id='XrRWa'><q id='XrRWa'></q></dir></style></legend>
              • <bdo id='XrRWa'></bdo><ul id='XrRWa'></ul>

                  <i id='XrRWa'><tr id='XrRWa'><dt id='XrRWa'><q id='XrRWa'><span id='XrRWa'><b id='XrRWa'><form id='XrRWa'><ins id='XrRWa'></ins><ul id='XrRWa'></ul><sub id='XrRWa'></sub></form><legend id='XrRWa'></legend><bdo id='XrRWa'><pre id='XrRWa'><center id='XrRWa'></center></pre></bdo></b><th id='XrRWa'></th></span></q></dt></tr></i><div id='XrRWa'><tfoot id='XrRWa'></tfoot><dl id='XrRWa'><fieldset id='XrRWa'></fieldset></dl></div>

                  <tfoot id='XrRWa'></tfoot>
                  本文介绍了laravel eloquent 模型缓存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我正在Laravel 5.6中学习Laravel eloquent.

                  I am learning laravel eloquent in Laravel 5.6.

                  我已经使用过数据库查询构建器 &缓存.

                  I have already used database query builder & cache.

                  检索 &用于数据库查询生成器的存储

                  $value = Cache::remember('users', $minutes, function () {
                      return DB::table('users')->get();
                  });
                  

                  但我不知道如何缓存 eloquent.

                  But i don't know how to cache for eloquent.

                  检索 &为 Eloquent 存储

                  $value = Cache::remember('users', $minutes, function () {
                          return AppUser::all();
                      });
                  

                  eloquent 或任何其他现有方法是否正确?

                  Is it correct for eloquent or any other method existing?

                  推荐答案

                  有一个内置的方法:

                  AppUser::where(['id' => 1])->cache()
                  

                  我希望这会有所帮助,尽管一年后.

                  I hope this helps, although a year later.

                  这篇关于laravel eloquent 模型缓存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:Laravel 多对多 - 意外的结果集 ->select() 下一篇:在 Laravel 4 的 Eloquent 中使用枢轴模型数据作为与

                  相关文章

                  最新文章

                    <tfoot id='0lTkL'></tfoot>
                      <bdo id='0lTkL'></bdo><ul id='0lTkL'></ul>
                    <legend id='0lTkL'><style id='0lTkL'><dir id='0lTkL'><q id='0lTkL'></q></dir></style></legend>

                    <small id='0lTkL'></small><noframes id='0lTkL'>

                      <i id='0lTkL'><tr id='0lTkL'><dt id='0lTkL'><q id='0lTkL'><span id='0lTkL'><b id='0lTkL'><form id='0lTkL'><ins id='0lTkL'></ins><ul id='0lTkL'></ul><sub id='0lTkL'></sub></form><legend id='0lTkL'></legend><bdo id='0lTkL'><pre id='0lTkL'><center id='0lTkL'></center></pre></bdo></b><th id='0lTkL'></th></span></q></dt></tr></i><div id='0lTkL'><tfoot id='0lTkL'></tfoot><dl id='0lTkL'><fieldset id='0lTkL'></fieldset></dl></div>