public void DelCachedMovie(string id) { if (dataCache.EntryExists(id)) { dataCache.DeleteEntry(id); movieData.DeleteDatabaseRecord(id); } }