Skip to content

Releases: aweb3r/magento2-enhanced-cache-management

Enhanced Cache Management v1.0.0

11 Oct 11:56

Choose a tag to compare

Initial Release

Features

Inline Cache Invalidation

  • Invalidate cache directly from admin success messages without page navigation
  • Automatic detection of affected cache types based on entity changes
  • Attribute-level granular cache detection

🚀 Supported Entities

  • Catalog Products ()
  • Catalog Categories ()
  • CMS Pages ()
  • CMS Blocks ()
  • System Configuration ()

Technical Highlights

  • AJAX-based non-blocking cache operations
  • Thread-safe session management with lock mechanism
  • CSRF protection and ACL authorization
  • Multi-layer input validation

🧪 Quality Assurance

  • Comprehensive unit tests (CacheAnalyzer)
  • Integration tests (InvalidateTypes controller)
  • PSR-12 code standards
  • Full documentation

🌍 Internationalization

  • English (en_US)
  • German (de_DE)

Requirements

  • Magento >= 2.4.8
  • PHP >= 8.2
  • Composer 2.x

Installation

composer require aweb3r/magento2-enhanced-cache-management
php bin/magento module:enable Vendor_EnhancedCacheManagement
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush

Documentation

Full Changelog: https://github.com/aweb3r/magento2-enhanced-cache-management/blob/main/CHANGELOG.md