Tagged Questions
1
vote
1answer
544 views
ResourceProviderFactory periodic refreshing
I've created a custom resource provider which returns strings from our database to use for whatever.
The issue is I haven't found a way to "bust" the cache on these items and reload them from the ...
0
votes
1answer
178 views
How to empty asp.net Resources Cache, provided by SQLResourceProvider
I've just implemented a SQLResource provider in my MVC2 application. When I change something in the database by hand or by a webform, I want the ResourceProvider to drop all it's resources and fetch ...