PHPackages                             kuick/cache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. kuick/cache

ActiveLibrary[Caching](/categories/caching)

kuick/cache
===========

Kuick Cache is a slim PSR-16 Simple Cache Interface implementation, supporting backends including Redis, ApcU and FileSystem

v1.6.0(8mo ago)15.9k1MITPHPPHP &gt;=8.2.0CI passing

Since Dec 27Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/milejko/kuick-cache)[ Packagist](https://packagist.org/packages/kuick/cache)[ RSS](/packages/kuick-cache/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (14)Used By (1)

Kuick Cache
===========

[](#kuick-cache)

[![Latest Version](https://camo.githubusercontent.com/c1cac6aca369dd4ad3a9569d843c34d63c1d1f032e405ff12893b5d8e2a3524d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6d696c656a6b6f2f6b7569636b2d63616368652e7376673f63616368655365636f6e64733d33363030)](https://github.com/milejko/kuick-cache/releases)[![PHP](https://camo.githubusercontent.com/1d5f83818036cc3d31c37a1b288dcfbac9459d782184c8e3d0bd30960ca0a657/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e32253230253743253230382e33253230253743253230382e342d626c75653f6c6f676f3d7068702663616368655365636f6e64733d33363030)](https://www.php.net)[![Total Downloads](https://camo.githubusercontent.com/7deb2aab1f00c73c253fe3e5278da39d6bac399d85833bbd826d153085aad620/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b7569636b2f63616368652e7376673f63616368655365636f6e64733d33363030)](https://packagist.org/packages/kuick/cache)[![GitHub Actions CI](https://github.com/milejko/kuick-cache/actions/workflows/ci.yml/badge.svg)](https://github.com/milejko/kuick-cache/actions/workflows/ci.yml)[![codecov](https://camo.githubusercontent.com/1bb8ce531215d6277ae5a77e14d0938c3e0e8075092a8d473c5d5f5ad73f0690/68747470733a2f2f636f6465636f762e696f2f67682f6d696c656a6b6f2f6b7569636b2d63616368652f67726170682f62616467652e7376673f746f6b656e3d38305145424448475048)](https://codecov.io/gh/milejko/kuick-cache)[![Software License](https://camo.githubusercontent.com/e2f0982d826e942af97a6e879597c2301c2a8a97567d69e47148db858bbc5de3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f63616368655365636f6e64733d3134343030)](LICENSE)

PSR-16 Simple Cache implementation
----------------------------------

[](#psr-16-simple-cache-implementation)

Supporting popular backends such as:

- File system
- Redis
- Database (Doctrine Dbal)
- APCu
- InMemory (aka ArrayCache)
- Layered

Usage
-----

[](#usage)

1. Direct object creation:

```
