Is there a way to use below methods to invalidate cache with certain query strings and not all the caches for that controller?
[InvalidateCacheOutput("Get", typeof(OtherController))] //this will invalidate Get in a different controller
[InvalidateCacheOutput("Get")]