using System.Collections.Generic; namespace ReZero.SuperAPI { public interface ICacheManager { void ClearCache(); List GetList(); } }