pear/cache_lite

Fast and safe little cache system

v2.0.0 2023-03-21 09:15 UTC

This package is auto-updated.

Last update: 2024-03-21 11:47:07 UTC


README

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