PHPackages                             utopia-php/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. [Framework](/categories/framework)
4. /
5. utopia-php/cache

ActiveLibrary[Framework](/categories/framework)

utopia-php/cache
================

A simple cache library to manage application cache storing, loading and purging

3.1.0(1w ago)31483.1k↓26%23[3 issues](https://github.com/utopia-php/cache/issues)[3 PRs](https://github.com/utopia-php/cache/pulls)6MITPHPPHP &gt;=8.3CI failing

Since Apr 28Pushed 3d ago6 watchersCompare

[ Source](https://github.com/utopia-php/cache)[ Packagist](https://packagist.org/packages/utopia-php/cache)[ RSS](/packages/utopia-php-cache/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (28)Versions (65)Used By (6)

Utopia Cache
============

[](#utopia-cache)

[![Build Status](https://camo.githubusercontent.com/f310c205a6c0627727fe98ac4560591fff3c76fae3628e6e57df92450641db02/68747470733a2f2f7472617669732d63692e6f72672f75746f7069612d7068702f63616368652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/utopia-php/cache)[![Total Downloads](https://camo.githubusercontent.com/54a2cd45c8031c8b091e9f72bfd182da8479d40b3597fde28d4abfe41560dd5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f63616368652e737667)](https://camo.githubusercontent.com/54a2cd45c8031c8b091e9f72bfd182da8479d40b3597fde28d4abfe41560dd5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f63616368652e737667)[![Discord](https://camo.githubusercontent.com/6e418910df1b6eb524c6cbd88dbaf5a5aa294316eeadcd963e11262a319f6321/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3536343136303733303834353135313234343f6c6162656c3d646973636f7264)](https://appwrite.io/discord)

Utopia framework cache library is simple and lite library for managing application cache storing, loading and purging. This library is aiming to be as simple and easy to learn and use. This library is maintained by the [Appwrite team](https://appwrite.io).

Although this library is part of the [Utopia Framework](https://github.com/utopia-php/framework) project it is dependency free and can be used as standalone with any other PHP project or framework.

Getting Started
---------------

[](#getting-started)

Install using composer:

```
composer require utopia-php/cache
```

**File System Adapter**

```
