TimeTrex/vendor/pear/cache_lite
2022-12-13 07:10:06 +01:00
..
Cache TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
docs TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
tests TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
.travis.yml TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
composer.json TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
LICENSE TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
package.xml TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
phpunit.xml.dist TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
README.md TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
TODO TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00

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