Methods for caching PHP objects to file?

后端 未结 8 990
时光取名叫无心
时光取名叫无心 2020-12-24 12:42

In ASPNET, I grew to love the Application and Cache stores. They\'re awesome. For the uninitiated, you can just throw your data-logic objects into them, and hey-presto, you

8条回答
  •  情书的邮戳
    2020-12-24 13:33

    I had a similar problem, and thus wrote a solution, a memory cache written in PHP. It only requires the PHP build to support sockets. Other then that, it is a pure php solution and should run just fine on Shared hosting.

    http://code.google.com/p/php-object-cache/

提交回复
热议问题