public PartialViewResult res(int days)
I want to cache this partialview on the base of parameter pass to this result.if parameter goes different then cache are seprate for every different parameter passed to action.
are i can destroy this cache before time period. can a access this cache made in it.
It is not really clear what you really want. I thought about 2 applications.
First application: If you want just set cache in days:
Second application: If you want set days from http param: