namespace ZelWiki.Caching { public interface IWikiCacheKey { public string Key { get; set; } } }