pear/cache_lite

Fast and safe little cache system

Installs: 626 356

Dependents: 5

Suggesters: 1

Security: 0

Stars: 27

Watchers: 15

Forks: 21

pkg:composer/pear/cache_lite

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

This package is auto-updated.

Last update: 2025-09-21 14:48:11 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