vespula/simple-cache

A PSR-16 implementation for very simple caching. Nothing fancy. Just dead-simple caching. Adapters include None, Sql (via PDO), Memcached, and File.

0.4.0 2023-08-09 16:20 UTC

This package is auto-updated.

Last update: 2024-04-09 17:40:31 UTC


README

This is a simple, flexible PSR-16 compliant simple-cache implementation for PHP.

Adapters include File, Sql, Memcached, and None

Documentation is here: https://vespula.bitbucket.io/cache/

Basic interface for PSR-16 is here: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-16-simple-cache.md