for key in key_list:
            logger.debug('Deleting entry for: {}'.format(key))
            with cache.transact():
                del cache[key]