namespace Connected.Caching; public interface ICacheContext : ICache { void Flush(); }