baba/object-cache

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

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.