PHPackages                             ftembe/cachehandler - 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. ftembe/cachehandler

ActiveLibrary[Caching](/categories/caching)

ftembe/cachehandler
===================

The project is a lightweight caching solution that improves performance by storing and retrieving data efficiently. It offers a file-based storage approach with customizable expiration times, automatic removal of expired data, and ensures the cache folder is accessible and writable. Integrating this caching mechanism enhances application speed and reduces processing time.

v1(2y ago)07MITPHP

Since Jul 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/FTembe/Cachehandler)[ Packagist](https://packagist.org/packages/ftembe/cachehandler)[ RSS](/packages/ftembe-cachehandler/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Cache handler
-------------

[](#cache-handler)

The project is a lightweight caching solution that improves performance by storing and retrieving data efficiently. It offers a file-based storage approach with customizable expiration times, automatic removal of expired data, and ensures the cache folder is accessible and writable. Integrating this caching mechanism enhances application speed and reduces processing time.

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

[](#installation)

```
composer require ftembe/cachehandler
```

Or

```
git clone https://github.com/FTembe/Cachehandler.git
```

How to use
----------

[](#how-to-use)

```
