HomeDevCentral

Provide simple PSR-16 cache implementation from configuration

Description

Provide simple PSR-16 cache implementation from configuration

Summary:
Cache with basic get/set/has/delete/clear operations.
Abstraction layer for Memcached, Redis and a void mock-purpose.

Similar to the database package, read a configuration array
to build and load a concrete cache implementation.

This library is a PSR-16 implementation.
This library does NOT currently support PSR-6.

This library is intended to replace the Zed Cache engine,
and is based on the includes/cache classes from Zed code.

Test Plan: Full units test coverage

Reviewers: dereckson

Reviewed By: dereckson

Differential Revision: https://devcentral.nasqueron.org/D3233

Details

Provenance
derecksonAuthored on Jul 2 2023, 17:48
derecksonPushed on Jul 4 2023, 21:29
Reviewer
dereckson
Differential Revision
D3233: Provide simple PSR-16 cache implementation from configuration
Branches
Unknown
Tags
Unknown
Tasks
T1707: Import cache from Zed