pear/cache_lite

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

Fast and safe little cache system

Package info

github.com/pear/Cache_Lite

Issues

pkg:composer/pear/cache_lite

Statistics

Installs: 707 362

Dependents: 6

Suggesters: 2

Stars: 27

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

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

LGPL-2.1-or-later fc7c6703cfbddc55c80c5ae3926dcc80c1d993f9

cache

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