PHPackages                             ropi/in-memory-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. ropi/in-memory-cache

ActiveLibrary[Caching](/categories/caching)

ropi/in-memory-cache
====================

PSR-16 compatible in-memory cache library

v0.1.1(4y ago)023MITPHPPHP &gt;=8.0.0

Since Mar 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ro-pi/in-memory-cache)[ Packagist](https://packagist.org/packages/ropi/in-memory-cache)[ Docs](https://www.robertpiplica.de)[ RSS](/packages/ropi-in-memory-cache/feed)WikiDiscussions master Synced 1mo ago

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

PSR-16 compatible in-memory cache library for PHP
=================================================

[](#psr-16-compatible-in-memory-cache-library-for-php)

This PHP-based library provides different in-memory caches.

### Requirements

[](#requirements)

- PHP ^8.0

Installation
------------

[](#installation)

The library can be installed from a command line interface by using [composer](https://getcomposer.org/).

```
composer require ropi/in-memory-cache

```

First In – First Out (FIFO)
---------------------------

[](#first-in--first-out-fifo)

```
