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.
| 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
Add the package to your application using the .NET CLI
dotnet add package XperienceCommunity.CacheManagerAdd 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.
- 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.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.

