Force refresh to-watch cache.
Future<List<Movie>> forceRefreshToWatch() async { _invalidateToWatchCache(); return getToWatch(); }