Which of the following heroes can explain the principles and applications of php Cache Technology to the younger brother system? Thank you!

Source: Internet
Author: User
Tags apc
Which of the following heroes can explain the principles and applications of php Cache Technology to the younger brother system? Thank you! Which of the following heroes can explain the principles and applications of php Cache Technology to the younger brother system? Thank you!

Reply content:

Which of the following heroes can explain the principles and applications of php Cache Technology to the younger brother system? Thank you!

  1. Static File Cache
  2. For exampleApc,EAccelerator
  3. MemcacheAnd so on

File Cache: writes the cache database to a file.
Memory Cache, APC, eAccelerator (php extension implementation), Memcached, Redis, etc.
Database cache: writes cached data to the database.

Memcached and Redis can be used for data caching in PHP. the principle is to first build a Memcached or Redis server, and then install the Memcached/Redis extension of php. In the PHP code, you can connect to the Memcached/Redis server through the APIS provided by the extension program, access data on Memcached/Redis. Just like installing the mysql extension in PHP to connect to the mysql database.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.