Is there a way to do dependency injection inside an outputcache attribute where I can check some things in a database before I return the cache or not?
[CustomOutputCache(CacheProfile = "Documents")]
public virtual ActionResult Scoresheets(int? eventId, int? gameId)
{