Scache is a different method of PHP session data management. It provides a common key-value data cache for transient session data storage. Scache also provides a shared key space, shared counters, and simple caching capabilities.
Scache distinguishes the other implementations from a tree-like key space, where people can easily manipulate the parts that are required to store session data and the data groups stored in the entire subtree that expire. Scache stores all session data insertions until data is corrupted, thus reducing the need for redundant storage of the same data elsewhere. Scache contains a daemon and PHP extensions.
Scache 0.90.4 This version caching feature has been overridden to support structure keyspaces. Some bug fixes and installation fixes have been added.
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.