Download the PHP package kodus/mock-cache without Composer
On this page you can find all versions of the php package kodus/mock-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kodus/mock-cache
More information about kodus/mock-cache
Files in kodus/mock-cache
Download kodus/mock-cache
More information about kodus/mock-cache
Files in kodus/mock-cache
Vendor kodus
Package mock-cache
Short Description PSR-16 cache-implementation for integration tests
License MIT
Package mock-cache
Short Description PSR-16 cache-implementation for integration tests
License MIT
Please rate this library. Is it a good library?
Informations about the package mock-cache
kodus/mock-cache
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.
All versions of mock-cache with dependencies
PHP Build Version
Package Version
The package kodus/mock-cache contains the following files
Loading the files please wait ....