Remove a single cache entry by exact key.
key
static Future<void> invalidate(String key) async { _memory.remove(key); await _box?.delete(key); }