baba/object-cache

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

Installs: 1 127

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/baba/object-cache

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.