fBaseXtensions.Navigation.SkipAheadCache.ClearCache C# (CSharp) Method

ClearCache() static private method

static private ClearCache ( ) : void
return void
        internal static void ClearCache()
        {
            Logger.Write(LogLevel.Movement, "Clearing Skipahead Cache");
            SkipAheadAreaCache.Clear();
            UsedSkipAheadAreaCache.Clear();
            lastRecordedSkipAheadCache = DateTime.Now;
        }