public void DeleteCache(string domainName, QuestionType questionType, QuestionClass questionClass = QuestionClass.In) { var question = new Question(domainName, questionType, questionClass); _cache.Delete(question); }