PHPackages                             nanoblocktech/psr-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. nanoblocktech/psr-cache

ActiveLibrary[Framework](/categories/framework)

nanoblocktech/psr-cache
=======================

PSR cache for Luminova framework.

1.4.1(7mo ago)034MITPHPPHP ^8.0

Since Mar 4Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/nanoblocktech/psr-cache)[ Packagist](https://packagist.org/packages/nanoblocktech/psr-cache)[ RSS](/packages/nanoblocktech-psr-cache/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

Luminova PSR Cache Interface
============================

[](#luminova-psr-cache-interface)

The PSR Cache implementation for the [Luminova Framework](https://luminova.ng), [Luminova Framework GitHub](https://github.com/luminovang/luminova/) providing `CachePool` and `SimpleCache` class. This library enables the use of both file-based and memory-based (Memcached) caching systems with an easy-to-use API.

For more information read the official documentation [PSR Cache Pool](https://luminova.ng/docs/0.0.0/cache/psr-cache-pool) and [PSR Simple Cache](https://luminova.ng/docs/0.0.0/cache/psr-simple-cache).

---

### Installation

[](#installation)

Via Composer:

```
composer require nanoblocktech/psr-cache
```

---

Cache Pool Class
----------------

[](#cache-pool-class)

The `CachePool` class provides an interface to manage cache items. It supports multiple cache storage driver, such as file-based or memory-based (Memcached) caching.

---

### Usage Example

[](#usage-example)

```
