Click or drag to resize

ResourcesClearCache Method

Clears the cached resource strings.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public static void ClearCache()
Remarks
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.
See Also