keruald/cache

Abstraction layer for cache. Compatible PSR-16.

0.1.0 2023-07-04 21:27 UTC

This package is auto-updated.

Last update: 2024-10-05 01:19:54 UTC


README

This library offers a simple layer of abstraction for cache operations, with concrete implementations.

This cache implementation is compatible with PSR-16.

This cache implementation is NOT compatible with PSR-6.

Configuration

To get a cache instance, you need to pass configuration as an array.

The properties and values depend on the engine you want to use.

Memcached

Redis

Void

This cache allows unit tests or to offer a default cache, when no other configuration is offered.