namespace AllocsFixes.FileCache { public abstract class AbstractCache { public abstract byte[] GetFileContent (string filename); } }