Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 769 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 769 Bytes

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).

Build Status

Building

To test this package, run

composer install
./vendor/bin/phpunit

Installation

composer require pear/cache_lite

Links