JohnnyBGoode
Programmer
The @OutputCache directive is a very useful thing and fragment caching is even more so, but I have one question.
You can set the duration to a specific length of time (in seconds). Is it possible to somehow set the duration to a specific time (EST)? I would like to use the cached version of a page until 6pm. After 6pm, I would like to regenerate the page upon request and store the new version in the cache. Is this possible?
You can set the duration to a specific length of time (in seconds). Is it possible to somehow set the duration to a specific time (EST)? I would like to use the cached version of a page until 6pm. After 6pm, I would like to regenerate the page upon request and store the new version in the cache. Is this possible?