static Future<void> invalidate(String key) async { _mem.remove(key); await ApStorage.remove('$_prefix$key'); AutoPilotLogger.cache('INVALIDATED', key); }