namespace Connected.Caching; public interface ICacheClient : IEnumerable, IDisposable { string Key { get; } int Count { get; } }