Skip to content

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

License

Notifications You must be signed in to change notification settings

Simplea/xperience-community-cache-manager

Repository files navigation

Xperience Community: Cache Manager

Nuget

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
>= 30.0.0 >= 1.1.0

Note: The latest version that has been tested is 31.0.0

⚙️ Package Installation

Add the package to your application using the .NET CLI

dotnet add package XperienceCommunity.CacheManager

🚀 Quick Start

Add the following to your application's startup code:

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

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

🤝 Contributing

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

📄 License

This project is licensed under the MIT License.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages