Hi all!
I have the following action in the controller:
[Cache(HttpCacheability.Public, Duration = 86400, VaryByParams =
"*", VaryByCustom = "url")]
public virtual void SearchForm(TModel form)
{
...
}
in this case the view will be cached, but when i change data through other
site place, the view will got from cache with the old data.
Is there a way to reset cache when i change data?
Thanks in advance!
--
You received this message because you are subscribed to the Google Groups
"Castle Project Development List" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-devel?hl=en.