Skip to content

Repository files navigation

Void PSR-6 cache pool

Latest Stable Version Coverage Software License

This package provides PSR-6 and PSR-16 cache implementations that never retain values. Reads always miss, while writes and deletions succeed.

Use this adapter when an application requires a cache interface but caching must remain disabled.

Installation

composer require cache/void-adapter:^3.0

Usage

use Cache\Adapter\Void\VoidCachePool;

$pool = new VoidCachePool();

Version 3 requires cache/adapter-common 3. The pool retains no cache data, so an upgrade does not require a cache clear.

Contributing

Send pull requests to the main repository. Report issues on the GitHub issue tracker.

About

[READ-ONLY] Void or Blackhole PSR-6 Cache pool

Resources

Stars

18 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages