I have a custom resource provider based on the standard .NET classes and interfaces (IResourceProvider, IResourceReader, ResourceProviderFactory). It gets the resources from the database and stores them in the ASP.NET resource cache. So if I change any resource
value in the database, I'll have to wait untill it's old value expires from the cache to see the result on the page. Is there any way to force ASP.NET to clear this cache?