This is a port of Cache_Lite from PEAR.
Cache_Lite uses the filesystem to cache values. No separate services or daemons are required to run Cache_Lite.
Cache_Lite supports cache groups so you can easily invalidate a group of cached values.
Release Notes - 0.1.0
First release includes the following basic features:
- get
- save
- remove
- removeGroup
- write protection
- read protection
- nested directories
API includes the following basic features:
- get
- save
- remove
- removeGroup
Categories
Installation
$
php pyrus.phar install
PEAR2_Cache_Lite
| Status: | 0.1.0 alpha, released on May 12, 2011 |
|---|---|
| License: | LGPL License 2.1 |
| Documentation: | GitHub Wiki |
| Issues: | none open |
| Maintainers: |
|
Release History
| 0.1.0 | alpha | May 12, 2011 |
Browse Files
10 files in 10 directories.Dependencies for PEAR2_Cache_Lite
- PHP ≥ 5.3.2
