PHPackages                             revenuewire/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. [Caching](/categories/caching)
4. /
5. revenuewire/simple-cache

ActiveLibrary[Caching](/categories/caching)

revenuewire/simple-cache
========================

RW Simple Cache

v1.0.5(8y ago)12.3kApache-2.0PHP

Since Apr 1Pushed 8y ago2 watchersCompare

[ Source](https://github.com/revenuewire/simple-cache)[ Packagist](https://packagist.org/packages/revenuewire/simple-cache)[ Docs](https://github.com/revenuewire/simple-cache)[ RSS](/packages/revenuewire-simple-cache/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (4)Versions (8)Used By (0)

[![Build Status](https://camo.githubusercontent.com/735c2c0e374be96e53e4caf1ac074ba981600dfbd1ac31534e0685c80bfe4584/68747470733a2f2f7472617669732d63692e6f72672f726576656e7565776972652f73696d706c652d63616368652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/revenuewire/simple-cache)[![Coverage Status](https://camo.githubusercontent.com/d71ae4464b50ed86c3ee3bbdb969d987b471236d950a51b25441a4f00f7060c8/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f726576656e7565776972652f73696d706c652d63616368652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/revenuewire/simple-cache?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/01b6179521f9544282446c8c866bc28efd128d832bb076c1697b800edcea478d/68747470733a2f2f706f7365722e707567782e6f72672f726576656e7565776972652f73696d706c652d63616368652f762f737461626c65)](https://packagist.org/packages/revenuewire/simple-cache)[![License](https://camo.githubusercontent.com/96619fbf80504971d91bf7022772eae535551e2156044bc882023f11ec77d5d8/68747470733a2f2f706f7365722e707567782e6f72672f726576656e7565776972652f73696d706c652d63616368652f6c6963656e7365)](https://packagist.org/packages/revenuewire/simple-cache)[![composer.lock](https://camo.githubusercontent.com/885140b3b7da505851167a30206771fa7d7547518f2148f13a7c3e9ec6339a3a/68747470733a2f2f706f7365722e707567782e6f72672f726576656e7565776972652f73696d706c652d63616368652f636f6d706f7365726c6f636b)](https://packagist.org/packages/revenuewire/simple-cache)

Install
=======

[](#install)

```
composer require revenuewire/simple-cache

```

About
=====

[](#about)

A PSR-16 "Simple Cache" implementation for adding cache to your applications.

Adapters
========

[](#adapters)

The following cache adapters are available:

- Array
- APCu
- DyanamoDB
- File

Examples
========

[](#examples)

```
