kodus/mock-cache

PSR-16 cache-implementation for integration tests

2.1.0 2025-01-09 14:00 UTC

This package is auto-updated.

Last update: 2025-01-09 14:00:58 UTC


README

PHP Version Build Status Code Coverage

This library provides a PSR-16 cache-implementation for integration testing, backed by a simple array.

It simulates a simple system clock and expiration - in your tests, calling e.g. $cache->skipTime(10) will travel forward in time 10 seconds, but time will otherwise stand still, so you don't need to write integration tests that have to sleep() to test for side-effects from cache-expiration.