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(2y ago)22.6k[2 issues](https://github.com/tevtex/module-cachemanagement/issues)GPL-3.0PHP

Since Jul 6Pushed 2y 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 1mo 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 18% 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

1047d 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

[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[wp-media/wp-rocket

Performance optimization plugin for WordPress

7431.3M3](/packages/wp-media-wp-rocket)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[colinmollenhour/php-redis-session-abstract

A Redis-based session handler with optimistic locking

6325.6M14](/packages/colinmollenhour-php-redis-session-abstract)[cheprasov/php-redis-client

Php client for Redis. It is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 6.0

1281.2M21](/packages/cheprasov-php-redis-client)[amphp/redis

Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.

165634.7k44](/packages/amphp-redis)

PHPackages © 2026

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