Skip to content

Releases: flowaxy/cache-view

Cache view v.1.0.0

Choose a tag to compare

@iteffa-works iteffa-works released this 30 Nov 06:38

Cache View plugin for Flowaxy CMS provides a user-friendly interface for viewing and managing system cache. The plugin displays cache statistics, allows viewing cache files, identifies cache sources (plugins, themes, system), checks cache expiry status, and provides tools for clearing cache.

  • 📊 Cache Statistics — View total files count, total cache size, and expired items count
  • 📁 Cache File Listing — Browse all cache files with detailed information
  • 🔍 Cache Source Detection — Automatically identifies cache sources:
    • Plugin cache (shows plugin name)
    • Theme cache (shows theme name)
    • System cache (shows cache type label and category)
  • 🔥 Activity Heatmap — Visual indicators showing cache usage frequency:
    • 🔴 High activity — Frequently accessed cache items
    • 🟡 Medium activity — Moderately used cache items
    • 🟢 Low activity — Rarely accessed cache items
    • Shows access count and last access time
  • Expiry Status — Checks if cache items are expired or active
    • Shows expiry time and remaining time for active items
    • Highlights expired items
  • 👁️ Cache Content Viewer — View cache file content in JSON, PHP Array, or raw text format
  • 🗑️ Cache Management — Clear entire cache or individual cache items
  • 🔄 Sortable Table — Sort cache items by key, source, status, size, or modification date
  • 📱 Responsive Design — Mobile-friendly interface with adaptive layouts
    • Desktop: Full table view with all details
    • Mobile: Card-based layout optimized for small screens
  • Access Control — Permission-based access to cache management