https://github.com/pear/cache_lite
Fast and safe little cache system.
https://github.com/pear/cache_lite
Last synced: about 1 year ago
JSON representation
Fast and safe little cache system.
- Host: GitHub
- URL: https://github.com/pear/cache_lite
- Owner: pear
- License: lgpl-2.1
- Created: 2011-11-14T21:43:12.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T09:20:47.000Z (over 3 years ago)
- Last Synced: 2025-04-15T17:45:42.160Z (over 1 year ago)
- Language: PHP
- Homepage: http://pear.php.net/package/Cache_Lite
- Size: 204 KB
- Stars: 26
- Watchers: 16
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PEAR Cache_Lite
Fast and safe little cache system.
This package is a little cache system optimized for file containers.
t is fast and safe (because it uses file locking and/or anti-corruption tests).
[](https://travis-ci.org/pear/Cache_Lite)
## Building
To test this package, run
composer install
./vendor/bin/phpunit
## Installation
composer require pear/cache_lite
## Links
- Homepage: http://pear.php.net/package/Cache_Lite
- Source code: https://github.com/pear/Cache_Lite
- Issue tracker: http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Cache_Lite
- Unit test status: https://travis-ci.org/pear/Cache_Lite
- Packagist: https://packagist.org/packages/pear/cache_lite