Hello,
While creating menu item in our website we are generating cache at each menu level so that it need not hit database everytime as it's there on every page in website. If any menu item gets updated within menu structure we want to invalidate that particular cachekey and create it again with new update. What approach will help us to attain this? For now we are using custom local cache manager to remove the particular cachekey from CMS -> Admin section manually. Can we achieve this automatically on content update or publish?
\