An open API service indexing awesome lists of open source software.

https://github.com/vhugogarcia/xperience-community-cache-manager

Cache management utility for Xperience by Kentico featuring cache key/value visualization and one-click bulk cache clearing functionality.
https://github.com/vhugogarcia/xperience-community-cache-manager

dotnet xperience-by-kentico

Last synced: 4 months ago
JSON representation

Cache management utility for Xperience by Kentico featuring cache key/value visualization and one-click bulk cache clearing functionality.

Awesome Lists containing this project

README

          

# Xperience Community: Cache Manager

[![Nuget](https://img.shields.io/nuget/v/XperienceCommunity.CacheManager)](https://www.nuget.org/packages/XperienceCommunity.CacheManager)

## Description

This new module found in the Development category allows users to view and manage cache items within the Kentico Xperience administration UI. The Cache Manager displays all cache items in a table format, allowing administrators to inspect cache contents, view detailed information about individual cache entries, and clear the entire cache when needed.

## Library Version Matrix

| Xperience Version | Library Version |
|-------------------|-----------------|
| >= 29.0.0 | >= 1.0.0 |

> **Note:** The latest version that has been tested is 29.0.0

## ⚙️ Package Installation

Add the package to your application using the .NET CLI

```bash
dotnet add package XperienceCommunity.CacheManager
```

## 🚀 Quick Start

Add the following to your application's startup code:

```csharp
builder.Services.AddCacheManager();
```

Open the new Cache Manager application in the Development category. The module will display all current cache items in a table format.

![Cache Manager](images/list.png)

### Features

- **View Cache Items**: Browse all cache entries with their keys and values
- **Detailed View**: Click on individual cache items to view their full details in a dialog
- **Cache Statistics**: View the total count of cache items
- **Clear Cache**: Clear all cache items with a single action

The results are displayed in a table showing cache keys and values. Click on an individual row to view the full detail of that cache item's content.

![Cache Results](images/details.png)

## 🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## 📄 License

This project is licensed under the MIT License.