Tag Archives: memcache

Using in memory caching on PHP. The easy way.

With memcached you can store array and other data in server memory. For example, you can use memcache to store data from a mysql_query in memory to expire some time in future. Using memcache you connect to database or other resource only when needed. I’m using memcache to store mysql querys to reduce connection on [...]

  • Share/Bookmark