ResourcesClearCache Method
Clears the cached resource strings.
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
public static void ClearCache()
Resource strings are cached to speed processing. The cache
contains all found resources for each
CultureInfo, so
it is possible to switch cultures on the same thread without causing
a cache miss. However, there may be other circumstances where the cache
causes unexpected results.