auto update with cache
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi folks, How to update newly cached object to the client with out any request from client.
friendly, ranandbe
ranandbe wrote:
How to update newly cached object to the client with out any request from client.
I'm not quiet sure about what you are asking. As far as I know a cached object will either have a dependency or time-duration, when there is a request from the client then it checks whether dependency or the duration is expired. If yes then the Cached object will get updated. You are asking How to update without any request from the client. If there's no request from the client why do you need to update the Cached object?
Regards
- J O H N -