In Web Cache API, how to invalid opened cache instances after removing the cache by caches.delete

After deleting a Cache from caches by caches.delete, all opened instances of the cache are still valid and usable.
Is there a way to invalid them immediately, or to inform the scripts (same origin, but probably not same page) holding the instances that this cache is already removed ?