Method SaveCachedData SaveCachedData(IList<CachedInfo>) Saves a set of CachedInfos to the cache Declaration public void SaveCachedData(IList<CachedInfo> infos) Parameters Type Name Description IList<CachedInfo> infos List of cached infos to save Implements IBuildCache.SaveCachedData(IList<CachedInfo>)