Cache refetching policy
When caching server side data, I want the cache system to transparently re-request items that have expired from the cache when it requested. Need guidance to implement this with RIA services.
10
votes