namespace PhoenixLib.Caching { public interface IKeyValueCache : ICachedRepository { } }