PHPackages                             tevtex/module-cachemanagement - 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. tevtex/module-cachemanagement

ActiveMagento2-module[Caching](/categories/caching)

tevtex/module-cachemanagement
=============================

A Magento 2 module providing Adobe Commerce's cache management via API.

1.0.0(3y ago)23.2k[2 issues](https://github.com/tevtex/module-cachemanagement/issues)GPL-3.0PHP

Since Jul 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tevtex/module-cachemanagement)[ Packagist](https://packagist.org/packages/tevtex/module-cachemanagement)[ RSS](/packages/tevtex-module-cachemanagement/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Magento 2 Cache Management API
==============================

[](#magento-2-cache-management-api)

> Module to enable cache management in Magento 2 using API.

It adds the following API endpoints to your Magento application:

API Endpoints
-------------

[](#api-endpoints)

> Enable all or specific cache types

```
PUT /V1/tevtex/cache/enable

(Optionally pass the cache types to enable, defaults to all cache types)
{
  "cache_types":[
    "eav",
    "config",
  ]
}

```

> Disable all cache types

```
PUT /V1/tevtex/cache/disable

(Optionally pass the cache types to disable, defaults to all cache types)
{
  "cache_types":[
    "eav",
    "config",
  ]
}

```

> Clean all or specific cache types.

```
POST /V1/tevtex/cache/clean

(Optionally pass the cache types to clean, defaults to all cache types)
{
  "cache_types":[
    "eav",
    "config",
    ...
  ]
}

```

> Flush all or specific cache types.

```
POST /V1/tevtex/cache/flush

(Optionally pass the cache types to flush, defaults to all cache types)
{
    "cache_types":[
        "eav",
        "config",
        ...
    ]
}

```

**Note**: The API endpoints are secured and require the `Magento_Backend::cache` resource access right for authorization.

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

[](#installation)

> Simply run the following command to install the module using `composer`

```
composer require tevtex/module-cachemanagement
```

Usage
-----

[](#usage)

> Enable the module using following command:

```
bin/magento module:enable Tevtex_CacheManagement
bin/magento setup:upgrade
```

> Enable the configuration using one of the following ways:

### Using Admin Panel

[](#using-admin-panel)

> Visit the following location in admin panel and enable the module

```
Stores > Configuration > TEVTEX > Cache Management > General > Enabled
```

[![Cache Management](./.github/images/config.png)](./.github/images/config.png)

### Using Command Line

[](#using-command-line)

> Run the following command to enable the module

```
bin/magento config:set tevtex_cachemanagement/general/enabled 1
```

Contribute
----------

[](#contribute)

Feel free to submit pull requests, create issues or spread the word.

License
-------

[](#license)

MIT © [Ahmad Farzan](https://github.com/farzanahmad)

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1138d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d69d57d9238f447e8c093ce32d2ce0f21dd15f617943bee2b9acf4672a7470ed?d=identicon)[farzanahmad](/maintainers/farzanahmad)

---

Top Contributors

[![farzanahmad](https://avatars.githubusercontent.com/u/9818245?v=4)](https://github.com/farzanahmad "farzanahmad (6 commits)")

### Embed Badge

![Health badge](/badges/tevtex-module-cachemanagement/health.svg)

```
[![Health](https://phpackages.com/badges/tevtex-module-cachemanagement/health.svg)](https://phpackages.com/packages/tevtex-module-cachemanagement)
```

###  Alternatives

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)[phpfastcache/phpssdb

PHP SSDB Driver for phpFastCache

14736.9k1](/packages/phpfastcache-phpssdb)[rapidwebltd/rw-file-cache

RW File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.

15196.8k7](/packages/rapidwebltd-rw-file-cache)[yuzuru-s/redis-recommend

Wrapping Redis's sorted set APIs for specializing recommending operations.

392.9k](/packages/yuzuru-s-redis-recommend)[ichhabrecht/intcache

Turn uncachable page objects into cacheable links

193.9k](/packages/ichhabrecht-intcache)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
