I have created a custom cache using script. cache is created successfully, i can get it too.
Added cache field for custom cache in cache management.
How to clear that cache custom cache from cache management Magento 1.
If we want to clear our example_id cache, we can either do it simply from the admin panel in Cache Storage Management and then refresh “Blocks HTML output” or do it programmatically using remove($cacheId) or clean(array($cacheTag)).
Mage::app()->removeCache($id);