ResourcesClearCache Method

Clears the cached resource strings.

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
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