In tp5.1, I have an idea to encapsulate a class and write all the data that needs to be read, including update and delete methods. The key point is that this class generates cache files. When called like this, it does not go through the database. Is it fast? I imagine it will be faster. I just don’t know if it’s safe
马先生2019-02-21 21:57:08
Not through the database. Does your data exist in the cache? ? ? Then the memory needs 1t, right? ? ?