public static Cache GetCacheAt(int cacheIndex) { Cache result; Caching.INTERNAL_CALL_GetCacheAt(cacheIndex, out result); return(result); }