baba/object-cache

Simple framework for store php json serialized objects in cache. Supports Redis, Memcached, Disk.

Maintainers

Package info

github.com/sjurajpuchky/object-cache

pkg:composer/baba/object-cache

Statistics

Installs: 1 127

Dependents: 1

Suggesters: 0

Stars: 3

Open Issues: 0

dev-main 2021-08-11 17:51 UTC

This package is auto-updated.

Last update: 2022-01-11 18:36:13 UTC


README

Simple framework for store php json serialized objects in cache. Supports Redis, Memcached, Disk.

Samples are provided in folder samples.

For unix socket in Memcached and Redis driver use [ 'sock' = file ] as $params in driver constructor.