Fan.Sys.NumPattern.cache C# (CSharp) Method

cache() private static method

private static cache ( string p ) : void
p string
return void
        private static void cache(string p)
        {
            m_cache[p] = new NumPattern(p);
        }