WebCache.cs |
|
---|---|
Static class for configuring WebCache. UsageAll calls to configure WebCache should be made during the start up of your application (i.e. To try and delete the cache folder:
To register
|
|
|
|
It is possible to directly add items to a static dictionary, so expose a read-only copy. |
|
Helper method to register bundles since there isn't a public setter for the dictionary. |
|
Trying to recursively delete a folder can fail with an IOException ( |
|
Oh well, better luck next time... |
|