You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Manages static cache invalidation for sites with site builder approach. Do you reference/relate an entry somewhere and that entry gets updated? It will clear static cache for a page where the changed entry is referenced. Oh.. and it also adds entry context menu option that allows to invalidate static cache for that entry.",
"license": "proprietary",
"autoload": {
"psr-4": {
"Fdmind\\MagicCacheInvalidator\\": "src"
}
},
"require": {
"php": "^7.4 || ^8.0 || ^8.1",
"statamic/cms": "3.2.* || 3.3.*"
},
"authors": [
{
"name": "4dmind.com"
}
],
"extra": {
"statamic": {
"name": "Magic Cache Invalidator",
"description": "Manages static cache invalidation for sites with site builder approach. Do you reference/relate an entry somewhere and that entry gets updated? It will clear static cache for a page where the changed entry is referenced. Oh.. and it also adds entry context menu option that allows to invalidate static cache for that entry."