コード例 #1
0
        public static Cache GetCacheByPath(string cachePath)
        {
            Cache result;

            Caching.GetCacheByPath_Injected(cachePath, out result);
            return(result);
        }