All Projects → pear → Cache_lite

pear / Cache_lite

Licence: lgpl-2.1
Fast and safe little cache system.

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

phpunit tests/

To build, simply execute

pear package

Installation

PEAR

To install from scratch

pear install package.xml

To upgrade

pear upgrade -f package.xml

Composer

composer require pear/cache_lite

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].