pear/cache_lite

This package is abandoned and no longer maintained. No replacement package was suggested.

Fast and safe little cache system

Maintainers

Package info

github.com/pear/Cache_Lite

Issues

pkg:composer/pear/cache_lite

Statistics

Installs: 668 447

Dependents: 5

Suggesters: 1

Stars: 27

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

This package is auto-updated.

Last update: 2026-02-01 21:36:47 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