Invalidate a specific key (call when data changes).
void invalidate(String key) => _cache.remove(key);