PHPackages                             previewtechs/simple-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. previewtechs/simple-cache

ActiveLibrary

previewtechs/simple-cache
=========================

Simple cache library for PHP built on top of PSR-16.

v1.1(8y ago)18161[1 issues](https://github.com/PreviewTechnologies/simple-cache/issues)MITPHP

Since Nov 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/PreviewTechnologies/simple-cache)[ Packagist](https://packagist.org/packages/previewtechs/simple-cache)[ RSS](/packages/previewtechs-simple-cache/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Simple Cache Client Adapter
---------------------------

[](#simple-cache-client-adapter)

PHP Cache library built by PSR-16 simple cache interface

You can find implementations of the specification by looking for packages providing the psr/simple-cache-implementation virtual package.

#### Installation

[](#installation)

- Run this command: `composer require previewtechs/simple-cache:dev-master`

#### Usages

[](#usages)

- Create a file named `test.php` in your root directory and add these following codes:

```
