Download List

Project Description

Scache is a different approach for PHP session data management. It provides a generic key-value data cache to use for transient session data storage. Scache also provides a shared keyspace, shared counters, and simple cache features. Scache's difference to other implementations is a tree-structured keyspace where one can easily operate only on required parts of stored session data and also invalidate groups of stored data by expiring whole subtrees. Despite its name, scache is not a cache. Scache stores all session data inserted until data is deliberately destroyed and so reduces the need to redundantly store the same data somewhere else. Scache consists of a daemon and a PHP extension.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-24 17:23
0.90.7

An object oriented class interface was added to the PHP extension. There were minor bugfixes, documentation updates, and build process improvements.

2011-11-29 20:20
0.90.6

Support for listing keys on the scached backend.

2011-11-09 08:09
0.90.5

This release adds support for session renaming, some minor bugfixes, and an important fix for missing SIGPIPE handling which caused scached to exit on certain situations. Error reporting has been revised and the documentation updated accordingly. Please note that the protocol has changed, so both the daemon and the PHP extension must be updated.

2011-10-07 02:24
0.90.4

Cache features have been rewritten to support structured keyspaces. Some bugfixes and fixed packaging have been added.

Project Resources